Html Css Color HEX #010E62 Sapphire

📋 copy color: '#010E62'

red 1 ◦ green 14 ◦ blue 98

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

Shades of Sapphire #010E62

Tints of Sapphire #010E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 86.73%

R = 0.88%
G = 12.39%
B = 86.73%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010E62 (or 0x010E62) is known color: Sapphire. HEX triplet: 01, 0E and 62. RGB value is (1,14,98). Sum of RGB (Red+Green+Blue) = 1+14+98=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #010E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E62 is #FEF19D. Grayscale: #131313. Windows color (decimal): -16707998 or 6426113. OLE color: 6426113.

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

Color convert

RGB 1 14 98 -
CMYK 0.99 0.86 0 0.62
HSL 231.96º 0.98% 0.19% -
HSV(B) 231.96º 0.99% 0.38% -
XYZ 2.37 1.2 11.66 -
YUV 19.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 1 14 98 0.99 0.86 0 0.62 231.96 0.98 0.19
Hex 1 E 62 63 56 0 3E E8 62 13
Octal 1 16 142 143 126 0 76 350 142 23
Binary 1 1110 1100010 1100011 1010110 0 111110 11101000 1100010 10011

Color Harmonies of #010E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E62

Black with #010E62

Text Example


Text Example

White with #010E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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