Html Css Color HEX #010C67 Navy

📋 copy color: '#010C67'

red 1 ◦ green 12 ◦ blue 103

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

Shades of Navy #010C67

Tints of Navy #010C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 88.79%

R = 0.86%
G = 10.34%
B = 88.79%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010C67 (or 0x010C67) is known color: Navy. HEX triplet: 01, 0C and 67. RGB value is (1,12,103). Sum of RGB (Red+Green+Blue) = 1+12+103=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 103 (40.62% from 255 or 88.79% from 116); Max value from RGB is 103 - color contains mainly: blue. Hex color #010C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C67 is #FEF398. Grayscale: #121212. Windows color (decimal): -16708505 or 6753281. OLE color: 6753281.

HSL color Cylindrical-coordinate representation of color #010C67: hue angle of 233.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C67 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 12 103 -
CMYK 0.99 0.88 0 0.60
HSL 233.53º 0.98% 0.2% -
HSV(B) 233.53º 0.99% 0.4% -
XYZ 2.59 1.25 12.94 -
YUV 19.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 1 12 103 0.99 0.88 0 0.60 233.53 0.98 0.2
Hex 1 C 67 63 58 0 3C EA 62 14
Octal 1 14 147 143 130 0 74 352 142 24
Binary 1 1100 1100111 1100011 1011000 0 111100 11101010 1100010 10100

Color Harmonies of #010C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C67

Black with #010C67

Text Example


Text Example

White with #010C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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