Html Css Color HEX #010C74 Navy

📋 copy color: '#010C74'

red 1 ◦ green 12 ◦ blue 116

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

Shades of Navy #010C74

Tints of Navy #010C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 0.78%
G = 9.3%
B = 89.92%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010C74 (or 0x010C74) is known color: Navy. HEX triplet: 01, 0C and 74. RGB value is (1,12,116). Sum of RGB (Red+Green+Blue) = 1+12+116=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #010C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C74 is #FEF38B. Grayscale: #141414. Windows color (decimal): -16708492 or 7605249. OLE color: 7605249.

HSL color Cylindrical-coordinate representation of color #010C74: hue angle of 234.26º 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 #010C74 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 12 116 -
CMYK 0.99 0.90 0 0.55
HSL 234.26º 0.98% 0.23% -
HSV(B) 234.26º 0.99% 0.45% -
XYZ 3.3 1.53 16.64 -
YUV 20.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 1 12 116 0.99 0.90 0 0.55 234.26 0.98 0.23
Hex 1 C 74 63 5A 0 37 EA 62 17
Octal 1 14 164 143 132 0 67 352 142 27
Binary 1 1100 1110100 1100011 1011010 0 110111 11101010 1100010 10111

Color Harmonies of #010C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C74

Black with #010C74

Text Example


Text Example

White with #010C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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