Html Css Color HEX #000B66 Navy

📋 copy color: '#000B66'

red 0 ◦ green 11 ◦ blue 102

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

Shades of Navy #000B66

Tints of Navy #000B66

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 9.73%

 BLUE value IS 102 (40.23% from 255) = 90.27%

R = 0%
G = 9.73%
B = 90.27%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000B66 (or 0x000B66) is known color: Navy. HEX triplet: 00, 0B and 66. RGB value is (0,11,102). Sum of RGB (Red+Green+Blue) = 0+11+102=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #000B66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B66 is #FFF499. Grayscale: #111111. Windows color (decimal): -16774298 or 6687488. OLE color: 6687488.

HSL color Cylindrical-coordinate representation of color #000B66: hue angle of 233.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B66 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 11 102 -
CMYK 1 0.89 0 0.6
HSL 233.53º 1% 0.2% -
HSV(B) 233.53º 1% 0.4% -
XYZ 2.52 1.2 12.67 -
YUV 18.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 0 11 102 1 0.89 0 0.6 233.53 1 0.2
Hex 0 B 66 64 59 0 3C EA 64 14
Octal 0 13 146 144 131 0 74 352 144 24
Binary 0 1011 1100110 1100100 1011001 0 111100 11101010 1100100 10100

Color Harmonies of #000B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B66

Black with #000B66

Text Example


Text Example

White with #000B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B66; }

 p { color: rgb(0,11,102); }

 H1.HeaderClassName
 {
   color: #000B66;
 }
 .AnyTagClassName
 {
   color: #000B66;
 }
</style>

background-color css

<style>
 a { background-color: #000B66; }

 a { background-color: rgb(0,11,102); }

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

border-color css

<style>
 span { border-color: #000B66; }

 span { border-color: rgb(0,11,102); }

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