#0B69D4

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

Shades of Navy Blue #0B69D4

Tints of Navy Blue #0B69D4

Color information

#0B69D4 (or 0x0B69D4) is unknown color: approx Navy Blue. HEX triplet: 0B, 69 and D4. RGB value is (11,105,212). Sum of RGB (Red+Green+Blue) = 11+105+212=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 212 (83.20% from 255 or 64.63% from 328); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B69D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B69D4 is #F4962B. Grayscale: #585858. Windows color (decimal): -16029228 or 13920523. OLE color: 13920523.

HSL color Cylindrical-coordinate representation of color #0B69D4: hue angle of 211.94º 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 #0B69D4 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11105212-
CMYK0.950.5000.17
HSL211.94º90.13%43.73%-
HSV(B)211.94º94.81%83.14%-
XYZ17.0714.9364.27-
YUV89.09197.3672.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.35%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 212 (83.20% from 255) = 64.63%
R=3.35%
G=32.01%
B=64.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111052120.950.5000.17211.9490.1343.73
HexB69D45F32011d45a2c
Octal131513241376202132413254
Binary10111101001110101001011111110010010001110101001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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