Html Css Color HEX #000B6F Navy

📋 copy color: '#000B6F'

red 0 ◦ green 11 ◦ blue 111

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

Shades of Navy #000B6F

Tints of Navy #000B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 90.98%

R = 0%
G = 9.02%
B = 90.98%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000B6F (or 0x000B6F) is known color: Navy. HEX triplet: 00, 0B and 6F. RGB value is (0,11,111). Sum of RGB (Red+Green+Blue) = 0+11+111=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 111 (43.75% from 255 or 90.98% from 122); Max value from RGB is 111 - color contains mainly: blue. Hex color #000B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B6F is #FFF490. Grayscale: #121212. Windows color (decimal): -16774289 or 7277312. OLE color: 7277312.

HSL color Cylindrical-coordinate representation of color #000B6F: hue angle of 234.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B6F is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 11 111 -
CMYK 1 0.90 0 0.56
HSL 234.05º 1% 0.22% -
HSV(B) 234.05º 1% 0.44% -
XYZ 2.99 1.39 15.15 -
YUV 19.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 0 11 111 1 0.90 0 0.56 234.05 1 0.22
Hex 0 B 6F 64 5A 0 38 EA 64 16
Octal 0 13 157 144 132 0 70 352 144 26
Binary 0 1011 1101111 1100100 1011010 0 111000 11101010 1100100 10110

Color Harmonies of #000B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B6F

Black with #000B6F

Text Example


Text Example

White with #000B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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