Html Css Color HEX #010C7E Navy

📋 copy color: '#010C7E'

red 1 ◦ green 12 ◦ blue 126

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

Shades of Navy #010C7E

Tints of Navy #010C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 90.65%

R = 0.72%
G = 8.63%
B = 90.65%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#010C7E (or 0x010C7E) is known color: Navy. HEX triplet: 01, 0C and 7E. RGB value is (1,12,126). Sum of RGB (Red+Green+Blue) = 1+12+126=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #010C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C7E is #FEF381. Grayscale: #151515. Windows color (decimal): -16708482 or 8260609. OLE color: 8260609.

HSL color Cylindrical-coordinate representation of color #010C7E: hue angle of 234.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C7E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 12 126 -
CMYK 0.99 0.90 0 0.51
HSL 234.72º 0.98% 0.25% -
HSV(B) 234.72º 0.99% 0.49% -
XYZ 3.91 1.78 19.88 -
YUV 21.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 1 12 126 0.99 0.90 0 0.51 234.72 0.98 0.25
Hex 1 C 7E 63 5A 0 33 EB 62 19
Octal 1 14 176 143 132 0 63 353 142 31
Binary 1 1100 1111110 1100011 1011010 0 110011 11101011 1100010 11001

Color Harmonies of #010C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C7E

Black with #010C7E

Text Example


Text Example

White with #010C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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