Html Css Color HEX #010D76 Navy

📋 copy color: '#010D76'

red 1 ◦ green 13 ◦ blue 118

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

Shades of Navy #010D76

Tints of Navy #010D76

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

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

 BLUE value IS 118 (46.48% from 255) = 89.39%

R = 0.76%
G = 9.85%
B = 89.39%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010D76 (or 0x010D76) is known color: Navy. HEX triplet: 01, 0D and 76. RGB value is (1,13,118). Sum of RGB (Red+Green+Blue) = 1+13+118=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #010D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D76 is #FEF289. Grayscale: #141414. Windows color (decimal): -16708234 or 7736577. OLE color: 7736577.

HSL color Cylindrical-coordinate representation of color #010D76: hue angle of 233.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D76 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 13 118 -
CMYK 0.99 0.89 0 0.54
HSL 233.85º 0.98% 0.23% -
HSV(B) 233.85º 0.99% 0.46% -
XYZ 3.43 1.6 17.27 -
YUV 21.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 1 13 118 0.99 0.89 0 0.54 233.85 0.98 0.23
Hex 1 D 76 63 59 0 36 EA 62 17
Octal 1 15 166 143 131 0 66 352 142 27
Binary 1 1101 1110110 1100011 1011001 0 110110 11101010 1100010 10111

Color Harmonies of #010D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D76

Black with #010D76

Text Example


Text Example

White with #010D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D76; }

 p { color: rgb(1,13,118); }

 H1.HeaderClassName
 {
   color: #010D76;
 }
 .AnyTagClassName
 {
   color: #010D76;
 }
</style>

background-color css

<style>
 a { background-color: #010D76; }

 a { background-color: rgb(1,13,118); }

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

border-color css

<style>
 span { border-color: #010D76; }

 span { border-color: rgb(1,13,118); }

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