Html Css Color HEX #010C68 Navy

📋 copy color: '#010C68'

red 1 ◦ green 12 ◦ blue 104

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

Shades of Navy #010C68

Tints of Navy #010C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 88.89%

R = 0.85%
G = 10.26%
B = 88.89%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010C68 (or 0x010C68) is known color: Navy. HEX triplet: 01, 0C and 68. RGB value is (1,12,104). Sum of RGB (Red+Green+Blue) = 1+12+104=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 104 (41.02% from 255 or 88.89% from 117); Max value from RGB is 104 - color contains mainly: blue. Hex color #010C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C68 is #FEF397. Grayscale: #121212. Windows color (decimal): -16708504 or 6818817. OLE color: 6818817.

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

Color convert

RGB 1 12 104 -
CMYK 0.99 0.88 0 0.59
HSL 233.59º 0.98% 0.21% -
HSV(B) 233.59º 0.99% 0.41% -
XYZ 2.64 1.27 13.2 -
YUV 19.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 1 12 104 0.99 0.88 0 0.59 233.59 0.98 0.21
Hex 1 C 68 63 58 0 3B EA 62 15
Octal 1 14 150 143 130 0 73 352 142 25
Binary 1 1100 1101000 1100011 1011000 0 111011 11101010 1100010 10101

Color Harmonies of #010C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C68

Black with #010C68

Text Example


Text Example

White with #010C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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