#0b64d4

Color #0B64D4 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0B64D4

Tints of Navy Blue #0B64D4

Color information

#0B64D4 (or 0x0B64D4) is unknown color: approx Navy Blue. HEX triplet: 0B, 64 and D4. RGB value is (11,100,212). Sum of RGB (Red+Green+Blue) = 11+100+212=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 212 (83.20% from 255 or 65.63% from 323); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B64D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B64D4 is #F49B2B. Grayscale: #555555. Windows color (decimal): -16030508 or 13919243. OLE color: 13919243.

HSL color Cylindrical-coordinate representation of color #0B64D4: hue angle of 213.43º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B64D4 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11100212-
CMYK0.950.5300.17
HSL213.43º90.13%43.73%-
HSV(B)213.43º94.81%83.14%-
XYZ16.5813.9464.1-
YUV86.16199.0174.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.41%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 212 (83.20% from 255) = 65.63%
R=3.41%
G=30.96%
B=65.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111002120.950.5300.17213.4390.1343.73
HexB64D45F35011d55a2c
Octal131443241376502132513254
Binary10111100100110101001011111110101010001110101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b64d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b64d4; }

 p { color: rgb(11,100,212); }

 H1.HeaderClassName
 {
   color: #0b64d4;
 }
 .AnyTagClassName
 {
   color: #0b64d4;
 }
</style>
background-color css

<style>
 a { background-color: #0b64d4; }

 a { background-color: rgb(11,100,212); }

 div.DivClassName
 {
   background-color: #0b64d4;
 }
 .BgClassName
 {
   background-color: #0b64d4;
 }
</style>
border-color css

<style>
 span { border-color: #0b64d4; }

 span { border-color: rgb(11,100,212); }

 td.TdClassName
 {
   border-color: #0b64d4;
 }
 .TagClassName
 {
   border-color: #0b64d4;
 }
</style>