Html Css Color HEX #010D74 Navy

📋 copy color: '#010D74'

red 1 ◦ green 13 ◦ blue 116

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

Shades of Navy #010D74

Tints of Navy #010D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 89.23%

R = 0.77%
G = 10%
B = 89.23%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010D74 (or 0x010D74) is known color: Navy. HEX triplet: 01, 0D and 74. RGB value is (1,13,116). Sum of RGB (Red+Green+Blue) = 1+13+116=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #010D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D74 is #FEF28B. Grayscale: #141414. Windows color (decimal): -16708236 or 7605505. OLE color: 7605505.

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

Color convert

RGB 1 13 116 -
CMYK 0.99 0.89 0 0.55
HSL 233.74º 0.98% 0.23% -
HSV(B) 233.74º 0.99% 0.45% -
XYZ 3.31 1.56 16.65 -
YUV 21.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 1 13 116 0.99 0.89 0 0.55 233.74 0.98 0.23
Hex 1 D 74 63 59 0 37 EA 62 17
Octal 1 15 164 143 131 0 67 352 142 27
Binary 1 1101 1110100 1100011 1011001 0 110111 11101010 1100010 10111

Color Harmonies of #010D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D74

Black with #010D74

Text Example


Text Example

White with #010D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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