Html Css Color HEX #010C59 Sapphire

📋 copy color: '#010C59'

red 1 ◦ green 12 ◦ blue 89

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

Shades of Sapphire #010C59

Tints of Sapphire #010C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 87.25%

R = 0.98%
G = 11.76%
B = 87.25%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010C59 (or 0x010C59) is known color: Sapphire. HEX triplet: 01, 0C and 59. RGB value is (1,12,89). Sum of RGB (Red+Green+Blue) = 1+12+89=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 89 (35.16% from 255 or 87.25% from 102); Max value from RGB is 89 - color contains mainly: blue. Hex color #010C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C59 is #FEF3A6. Grayscale: #111111. Windows color (decimal): -16708519 or 5835777. OLE color: 5835777.

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

Color convert

RGB 1 12 89 -
CMYK 0.99 0.87 0 0.65
HSL 232.5º 0.98% 0.18% -
HSV(B) 232.5º 0.99% 0.35% -
XYZ 1.95 0.99 9.54 -
YUV 17.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 1 12 89 0.99 0.87 0 0.65 232.5 0.98 0.18
Hex 1 C 59 63 57 0 41 E8 62 12
Octal 1 14 131 143 127 0 101 350 142 22
Binary 1 1100 1011001 1100011 1010111 0 1000001 11101000 1100010 10010

Color Harmonies of #010C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C59

Black with #010C59

Text Example


Text Example

White with #010C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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