Html Css Color HEX #0B066D Navy

📋 copy color: '#0B066D'

red 11 ◦ green 6 ◦ blue 109

#0B066D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #0B066D

Tints of Navy #0B066D

RGB

 RED value IS 11 (4.69% from 255) = 8.73%

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 109 (42.97% from 255) = 86.51%

R = 8.73%
G = 4.76%
B = 86.51%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B066D (or 0x0B066D) is known color: Navy. HEX triplet: 0B, 06 and 6D. RGB value is (11,6,109). Sum of RGB (Red+Green+Blue) = 11+6+109=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B066D is #F4F992. Grayscale: #121212. Windows color (decimal): -16054675 or 7144971. OLE color: 7144971.

HSL color Cylindrical-coordinate representation of color #0B066D: hue angle of 242.91º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B066D is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 6 109 -
CMYK 0.90 0.94 0 0.57
HSL 242.91º 0.9% 0.23% -
HSV(B) 242.91º 0.94% 0.43% -
XYZ 2.96 1.31 14.56 -
YUV 19.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 11 6 109 0.90 0.94 0 0.57 242.91 0.9 0.23
Hex B 6 6D 5A 5E 0 39 F3 5A 17
Octal 13 6 155 132 136 0 71 363 132 27
Binary 1011 110 1101101 1011010 1011110 0 111001 11110011 1011010 10111

Color Harmonies of #0B066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B066D

Black with #0B066D

Text Example


Text Example

White with #0B066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,6,109); }

 H1.HeaderClassName
 {
   color: #0B066D;
 }
 .AnyTagClassName
 {
   color: #0B066D;
 }
</style>

background-color css

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

 a { background-color: rgb(11,6,109); }

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

border-color css

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

 span { border-color: rgb(11,6,109); }

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