Html Css Color HEX #011E81 Sapphire

📋 copy color: '#011E81'

red 1 ◦ green 30 ◦ blue 129

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

Shades of Sapphire #011E81

Tints of Sapphire #011E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 80.63%

R = 0.63%
G = 18.75%
B = 80.63%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011E81 (or 0x011E81) is known color: Sapphire. HEX triplet: 01, 1E and 81. RGB value is (1,30,129). Sum of RGB (Red+Green+Blue) = 1+30+129=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #011E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E81 is #FEE17E. Grayscale: #202020. Windows color (decimal): -16703871 or 8461825. OLE color: 8461825.

HSL color Cylindrical-coordinate representation of color #011E81: hue angle of 226.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E81 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 30 129 -
CMYK 0.99 0.77 0 0.49
HSL 226.41º 0.98% 0.25% -
HSV(B) 226.41º 0.99% 0.51% -
XYZ 4.44 2.52 21.02 -
YUV 32.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 1 30 129 0.99 0.77 0 0.49 226.41 0.98 0.25
Hex 1 1E 81 63 4D 0 31 E2 62 19
Octal 1 36 201 143 115 0 61 342 142 31
Binary 1 11110 10000001 1100011 1001101 0 110001 11100010 1100010 11001

Color Harmonies of #011E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E81

Black with #011E81

Text Example


Text Example

White with #011E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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