Html Css Color HEX #011E69 Sapphire

📋 copy color: '#011E69'

red 1 ◦ green 30 ◦ blue 105

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

Shades of Sapphire #011E69

Tints of Sapphire #011E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 77.21%

R = 0.74%
G = 22.06%
B = 77.21%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011E69 (or 0x011E69) is known color: Sapphire. HEX triplet: 01, 1E and 69. RGB value is (1,30,105). Sum of RGB (Red+Green+Blue) = 1+30+105=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #011E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E69 is #FEE196. Grayscale: #1D1D1D. Windows color (decimal): -16703895 or 6888961. OLE color: 6888961.

HSL color Cylindrical-coordinate representation of color #011E69: hue angle of 223.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E69 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 30 105 -
CMYK 0.99 0.71 0 0.59
HSL 223.27º 0.98% 0.21% -
HSV(B) 223.27º 0.99% 0.41% -
XYZ 3.03 1.95 13.58 -
YUV 29.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 1 30 105 0.99 0.71 0 0.59 223.27 0.98 0.21
Hex 1 1E 69 63 47 0 3B DF 62 15
Octal 1 36 151 143 107 0 73 337 142 25
Binary 1 11110 1101001 1100011 1000111 0 111011 11011111 1100010 10101

Color Harmonies of #011E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E69

Black with #011E69

Text Example


Text Example

White with #011E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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