Html Css Color HEX #010E5C Sapphire

📋 copy color: '#010E5C'

red 1 ◦ green 14 ◦ blue 92

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

Shades of Sapphire #010E5C

Tints of Sapphire #010E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 85.98%

R = 0.93%
G = 13.08%
B = 85.98%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#010E5C (or 0x010E5C) is known color: Sapphire. HEX triplet: 01, 0E and 5C. RGB value is (1,14,92). Sum of RGB (Red+Green+Blue) = 1+14+92=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #010E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E5C is #FEF1A3. Grayscale: #121212. Windows color (decimal): -16708004 or 6032897. OLE color: 6032897.

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

Color convert

RGB 1 14 92 -
CMYK 0.99 0.85 0 0.64
HSL 231.43º 0.98% 0.18% -
HSV(B) 231.43º 0.99% 0.36% -
XYZ 2.1 1.09 10.23 -
YUV 19.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 1 14 92 0.99 0.85 0 0.64 231.43 0.98 0.18
Hex 1 E 5C 63 55 0 40 E7 62 12
Octal 1 16 134 143 125 0 100 347 142 22
Binary 1 1110 1011100 1100011 1010101 0 1000000 11100111 1100010 10010

Color Harmonies of #010E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E5C

Black with #010E5C

Text Example


Text Example

White with #010E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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