Html Css Color HEX #011E52 Sapphire

📋 copy color: '#011E52'

red 1 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #011E52

Tints of Sapphire #011E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 72.57%

R = 0.88%
G = 26.55%
B = 72.57%

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

#011E52 (or 0x011E52) is known color: Sapphire. HEX triplet: 01, 1E and 52. RGB value is (1,30,82). Sum of RGB (Red+Green+Blue) = 1+30+82=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #011E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E52 is #FEE1AD. Grayscale: #1B1B1B. Windows color (decimal): -16703918 or 5381633. OLE color: 5381633.

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

Color convert

RGB 1 30 82 -
CMYK 0.99 0.63 0 0.68
HSL 218.52º 0.98% 0.16% -
HSV(B) 218.52º 0.99% 0.32% -
XYZ 2 1.54 8.18 -
YUV 27.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 1 30 82 0.99 0.63 0 0.68 218.52 0.98 0.16
Hex 1 1E 52 63 3F 0 44 DB 62 10
Octal 1 36 122 143 77 0 104 333 142 20
Binary 1 11110 1010010 1100011 111111 0 1000100 11011011 1100010 10000

Color Harmonies of #011E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E52

Black with #011E52

Text Example


Text Example

White with #011E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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