Html Css Color HEX #000D6F Navy

📋 copy color: '#000D6F'

red 0 ◦ green 13 ◦ blue 111

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

Shades of Navy #000D6F

Tints of Navy #000D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.48%

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

R = 0%
G = 10.48%
B = 89.52%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000D6F (or 0x000D6F) is known color: Navy. HEX triplet: 00, 0D and 6F. RGB value is (0,13,111). Sum of RGB (Red+Green+Blue) = 0+13+111=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #000D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D6F is #FFF290. Grayscale: #131313. Windows color (decimal): -16773777 or 7277824. OLE color: 7277824.

HSL color Cylindrical-coordinate representation of color #000D6F: hue angle of 232.97º 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 #000D6F is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 13 111 -
CMYK 1 0.88 0 0.56
HSL 232.97º 1% 0.22% -
HSV(B) 232.97º 1% 0.44% -
XYZ 3.01 1.44 15.16 -
YUV 20.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 0 13 111 1 0.88 0 0.56 232.97 1 0.22
Hex 0 D 6F 64 58 0 38 E9 64 16
Octal 0 15 157 144 130 0 70 351 144 26
Binary 0 1101 1101111 1100100 1011000 0 111000 11101001 1100100 10110

Color Harmonies of #000D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D6F

Black with #000D6F

Text Example


Text Example

White with #000D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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