Html Css Color HEX #010C57 Sapphire

📋 copy color: '#010C57'

red 1 ◦ green 12 ◦ blue 87

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

Shades of Sapphire #010C57

Tints of Sapphire #010C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 87%

R = 1%
G = 12%
B = 87%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010C57 (or 0x010C57) is known color: Sapphire. HEX triplet: 01, 0C and 57. RGB value is (1,12,87). Sum of RGB (Red+Green+Blue) = 1+12+87=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #010C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C57 is #FEF3A8. Grayscale: #101010. Windows color (decimal): -16708521 or 5704705. OLE color: 5704705.

HSL color Cylindrical-coordinate representation of color #010C57: hue angle of 232.33º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C57 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 12 87 -
CMYK 0.99 0.86 0 0.66
HSL 232.33º 0.98% 0.17% -
HSV(B) 232.33º 0.99% 0.34% -
XYZ 1.86 0.96 9.1 -
YUV 17.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 1 12 87 0.99 0.86 0 0.66 232.33 0.98 0.17
Hex 1 C 57 63 56 0 42 E8 62 11
Octal 1 14 127 143 126 0 102 350 142 21
Binary 1 1100 1010111 1100011 1010110 0 1000010 11101000 1100010 10001

Color Harmonies of #010C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C57

Black with #010C57

Text Example


Text Example

White with #010C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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