Html Css Color HEX #010E57 Sapphire

📋 copy color: '#010E57'

red 1 ◦ green 14 ◦ blue 87

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

Shades of Sapphire #010E57

Tints of Sapphire #010E57

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

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

R = 0.98%
G = 13.73%
B = 85.29%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010E57 (or 0x010E57) is known color: Sapphire. HEX triplet: 01, 0E and 57. RGB value is (1,14,87). Sum of RGB (Red+Green+Blue) = 1+14+87=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #010E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E57 is #FEF1A8. Grayscale: #121212. Windows color (decimal): -16708009 or 5705217. OLE color: 5705217.

HSL color Cylindrical-coordinate representation of color #010E57: hue angle of 230.93º 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 #010E57 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 14 87 -
CMYK 0.99 0.84 0 0.66
HSL 230.93º 0.98% 0.17% -
HSV(B) 230.93º 0.99% 0.34% -
XYZ 1.89 1.01 9.11 -
YUV 18.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 1 14 87 0.99 0.84 0 0.66 230.93 0.98 0.17
Hex 1 E 57 63 54 0 42 E7 62 11
Octal 1 16 127 143 124 0 102 347 142 21
Binary 1 1110 1010111 1100011 1010100 0 1000010 11100111 1100010 10001

Color Harmonies of #010E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E57

Black with #010E57

Text Example


Text Example

White with #010E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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