Html Css Color HEX #010E66 Sapphire

📋 copy color: '#010E66'

red 1 ◦ green 14 ◦ blue 102

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

Shades of Sapphire #010E66

Tints of Sapphire #010E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 87.18%

R = 0.85%
G = 11.97%
B = 87.18%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010E66 (or 0x010E66) is known color: Sapphire. HEX triplet: 01, 0E and 66. RGB value is (1,14,102). Sum of RGB (Red+Green+Blue) = 1+14+102=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 102 (40.23% from 255 or 87.18% from 117); Max value from RGB is 102 - color contains mainly: blue. Hex color #010E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E66 is #FEF199. Grayscale: #131313. Windows color (decimal): -16707994 or 6688257. OLE color: 6688257.

HSL color Cylindrical-coordinate representation of color #010E66: hue angle of 232.28º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E66 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 14 102 -
CMYK 0.99 0.86 0 0.6
HSL 232.28º 0.98% 0.2% -
HSV(B) 232.28º 0.99% 0.4% -
XYZ 2.57 1.28 12.68 -
YUV 20.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 1 14 102 0.99 0.86 0 0.6 232.28 0.98 0.2
Hex 1 E 66 63 56 0 3C E8 62 14
Octal 1 16 146 143 126 0 74 350 142 24
Binary 1 1110 1100110 1100011 1010110 0 111100 11101000 1100010 10100

Color Harmonies of #010E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E66

Black with #010E66

Text Example


Text Example

White with #010E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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