Html Css Color HEX #011E51 Sapphire

📋 copy color: '#011E51'

red 1 ◦ green 30 ◦ blue 81

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

Shades of Sapphire #011E51

Tints of Sapphire #011E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 72.32%

R = 0.89%
G = 26.79%
B = 72.32%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011E51 (or 0x011E51) is known color: Sapphire. HEX triplet: 01, 1E and 51. RGB value is (1,30,81). Sum of RGB (Red+Green+Blue) = 1+30+81=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #011E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E51 is #FEE1AE. Grayscale: #1A1A1A. Windows color (decimal): -16703919 or 5316097. OLE color: 5316097.

HSL color Cylindrical-coordinate representation of color #011E51: hue angle of 218.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E51 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 30 81 -
CMYK 0.99 0.63 0 0.68
HSL 218.25º 0.98% 0.16% -
HSV(B) 218.25º 0.99% 0.32% -
XYZ 1.96 1.53 7.98 -
YUV 27.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 1 30 81 0.99 0.63 0 0.68 218.25 0.98 0.16
Hex 1 1E 51 63 3F 0 44 DA 62 10
Octal 1 36 121 143 77 0 104 332 142 20
Binary 1 11110 1010001 1100011 111111 0 1000100 11011010 1100010 10000

Color Harmonies of #011E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E51

Black with #011E51

Text Example


Text Example

White with #011E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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