Html Css Color HEX #010C6F Navy

📋 copy color: '#010C6F'

red 1 ◦ green 12 ◦ blue 111

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

Shades of Navy #010C6F

Tints of Navy #010C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 89.52%

R = 0.81%
G = 9.68%
B = 89.52%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010C6F (or 0x010C6F) is known color: Navy. HEX triplet: 01, 0C and 6F. RGB value is (1,12,111). Sum of RGB (Red+Green+Blue) = 1+12+111=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #010C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C6F is #FEF390. Grayscale: #131313. Windows color (decimal): -16708497 or 7277569. OLE color: 7277569.

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

Color convert

RGB 1 12 111 -
CMYK 0.99 0.89 0 0.56
HSL 234º 0.98% 0.22% -
HSV(B) 234º 0.99% 0.44% -
XYZ 3.01 1.42 15.15 -
YUV 20 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 1 12 111 0.99 0.89 0 0.56 234 0.98 0.22
Hex 1 C 6F 63 59 0 38 EA 62 16
Octal 1 14 157 143 131 0 70 352 142 26
Binary 1 1100 1101111 1100011 1011001 0 111000 11101010 1100010 10110

Color Harmonies of #010C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C6F

Black with #010C6F

Text Example


Text Example

White with #010C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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