Html Css Color HEX #011E66 Sapphire

📋 copy color: '#011E66'

red 1 ◦ green 30 ◦ blue 102

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

Shades of Sapphire #011E66

Tints of Sapphire #011E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 0.75%
G = 22.56%
B = 76.69%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#011E66 (or 0x011E66) is known color: Sapphire. HEX triplet: 01, 1E and 66. RGB value is (1,30,102). Sum of RGB (Red+Green+Blue) = 1+30+102=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #011E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E66 is #FEE199. Grayscale: #1D1D1D. Windows color (decimal): -16703898 or 6692353. OLE color: 6692353.

HSL color Cylindrical-coordinate representation of color #011E66: hue angle of 222.77º 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 #011E66 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 30 102 -
CMYK 0.99 0.71 0 0.6
HSL 222.77º 0.98% 0.2% -
HSV(B) 222.77º 0.99% 0.4% -
XYZ 2.88 1.89 12.78 -
YUV 29.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 1 30 102 0.99 0.71 0 0.6 222.77 0.98 0.2
Hex 1 1E 66 63 47 0 3C DF 62 14
Octal 1 36 146 143 107 0 74 337 142 24
Binary 1 11110 1100110 1100011 1000111 0 111100 11011111 1100010 10100

Color Harmonies of #011E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E66

Black with #011E66

Text Example


Text Example

White with #011E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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