Html Css Color HEX #011E83 Sapphire

📋 copy color: '#011E83'

red 1 ◦ green 30 ◦ blue 131

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

Shades of Sapphire #011E83

Tints of Sapphire #011E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 80.86%

R = 0.62%
G = 18.52%
B = 80.86%

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

#011E83 (or 0x011E83) is known color: Sapphire. HEX triplet: 01, 1E and 83. RGB value is (1,30,131). Sum of RGB (Red+Green+Blue) = 1+30+131=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #011E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E83 is #FEE17C. Grayscale: #202020. Windows color (decimal): -16703869 or 8592897. OLE color: 8592897.

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

Color convert

RGB 1 30 131 -
CMYK 0.99 0.77 0 0.49
HSL 226.62º 0.98% 0.26% -
HSV(B) 226.62º 0.99% 0.51% -
XYZ 4.57 2.57 21.73 -
YUV 32.84 183.39 105.29 -
System Red Green Blue C M Y K H S L
Decimal 1 30 131 0.99 0.77 0 0.49 226.62 0.98 0.26
Hex 1 1E 83 63 4D 0 31 E3 62 1A
Octal 1 36 203 143 115 0 61 343 142 32
Binary 1 11110 10000011 1100011 1001101 0 110001 11100011 1100010 11010

Color Harmonies of #011E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E83

Black with #011E83

Text Example


Text Example

White with #011E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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