Html Css Color HEX #010C5E Sapphire

📋 copy color: '#010C5E'

red 1 ◦ green 12 ◦ blue 94

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

Shades of Sapphire #010C5E

Tints of Sapphire #010C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 87.85%

R = 0.93%
G = 11.21%
B = 87.85%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#010C5E (or 0x010C5E) is known color: Sapphire. HEX triplet: 01, 0C and 5E. RGB value is (1,12,94). Sum of RGB (Red+Green+Blue) = 1+12+94=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 94 (37.11% from 255 or 87.85% from 107); Max value from RGB is 94 - color contains mainly: blue. Hex color #010C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C5E is #FEF3A1. Grayscale: #111111. Windows color (decimal): -16708514 or 6163457. OLE color: 6163457.

HSL color Cylindrical-coordinate representation of color #010C5E: hue angle of 232.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C5E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 12 94 -
CMYK 0.99 0.87 0 0.63
HSL 232.9º 0.98% 0.19% -
HSV(B) 232.9º 0.99% 0.37% -
XYZ 2.16 1.08 10.68 -
YUV 18.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 1 12 94 0.99 0.87 0 0.63 232.9 0.98 0.19
Hex 1 C 5E 63 57 0 3F E9 62 13
Octal 1 14 136 143 127 0 77 351 142 23
Binary 1 1100 1011110 1100011 1010111 0 111111 11101001 1100010 10011

Color Harmonies of #010C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C5E

Black with #010C5E

Text Example


Text Example

White with #010C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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