Html Css Color HEX #010E60 Sapphire

📋 copy color: '#010E60'

red 1 ◦ green 14 ◦ blue 96

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

Shades of Sapphire #010E60

Tints of Sapphire #010E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 86.49%

R = 0.9%
G = 12.61%
B = 86.49%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010E60 (or 0x010E60) is known color: Sapphire. HEX triplet: 01, 0E and 60. RGB value is (1,14,96). Sum of RGB (Red+Green+Blue) = 1+14+96=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 96 (37.89% from 255 or 86.49% from 111); Max value from RGB is 96 - color contains mainly: blue. Hex color #010E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E60 is #FEF19F. Grayscale: #131313. Windows color (decimal): -16708000 or 6295041. OLE color: 6295041.

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

Color convert

RGB 1 14 96 -
CMYK 0.99 0.85 0 0.62
HSL 231.79º 0.98% 0.19% -
HSV(B) 231.79º 0.99% 0.38% -
XYZ 2.28 1.17 11.17 -
YUV 19.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 1 14 96 0.99 0.85 0 0.62 231.79 0.98 0.19
Hex 1 E 60 63 55 0 3E E8 62 13
Octal 1 16 140 143 125 0 76 350 142 23
Binary 1 1110 1100000 1100011 1010101 0 111110 11101000 1100010 10011

Color Harmonies of #010E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E60

Black with #010E60

Text Example


Text Example

White with #010E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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