Html Css Color HEX #010C85 Navy

📋 copy color: '#010C85'

red 1 ◦ green 12 ◦ blue 133

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

Shades of Navy #010C85

Tints of Navy #010C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 91.1%

R = 0.68%
G = 8.22%
B = 91.1%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010C85 (or 0x010C85) is known color: Navy. HEX triplet: 01, 0C and 85. RGB value is (1,12,133). Sum of RGB (Red+Green+Blue) = 1+12+133=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 133 (52.34% from 255 or 91.10% from 146); Max value from RGB is 133 - color contains mainly: blue. Hex color #010C85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C85 is #FEF37A. Grayscale: #161616. Windows color (decimal): -16708475 or 8719361. OLE color: 8719361.

HSL color Cylindrical-coordinate representation of color #010C85: hue angle of 235º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C85 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 12 133 -
CMYK 0.99 0.91 0 0.48
HSL 235º 0.99% 0.26% -
HSV(B) 235º 0.99% 0.52% -
XYZ 4.38 1.96 22.34 -
YUV 22.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 1 12 133 0.99 0.91 0 0.48 235 0.99 0.26
Hex 1 C 85 63 5B 0 30 EB 63 1A
Octal 1 14 205 143 133 0 60 353 143 32
Binary 1 1100 10000101 1100011 1011011 0 110000 11101011 1100011 11010

Color Harmonies of #010C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C85

Black with #010C85

Text Example


Text Example

White with #010C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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