Html Css Color HEX #011E61 Sapphire

📋 copy color: '#011E61'

red 1 ◦ green 30 ◦ blue 97

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

Shades of Sapphire #011E61

Tints of Sapphire #011E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 75.78%

R = 0.78%
G = 23.44%
B = 75.78%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011E61 (or 0x011E61) is known color: Sapphire. HEX triplet: 01, 1E and 61. RGB value is (1,30,97). Sum of RGB (Red+Green+Blue) = 1+30+97=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #011E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E61 is #FEE19E. Grayscale: #1C1C1C. Windows color (decimal): -16703903 or 6364673. OLE color: 6364673.

HSL color Cylindrical-coordinate representation of color #011E61: hue angle of 221.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E61 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 30 97 -
CMYK 0.99 0.69 0 0.62
HSL 221.88º 0.98% 0.19% -
HSV(B) 221.88º 0.99% 0.38% -
XYZ 2.63 1.8 11.52 -
YUV 28.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 1 30 97 0.99 0.69 0 0.62 221.88 0.98 0.19
Hex 1 1E 61 63 45 0 3E DE 62 13
Octal 1 36 141 143 105 0 76 336 142 23
Binary 1 11110 1100001 1100011 1000101 0 111110 11011110 1100010 10011

Color Harmonies of #011E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E61

Black with #011E61

Text Example


Text Example

White with #011E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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