Html Css Color HEX #011F79 Sapphire

📋 copy color: '#011F79'

red 1 ◦ green 31 ◦ blue 121

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

Shades of Sapphire #011F79

Tints of Sapphire #011F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

 BLUE value IS 121 (47.66% from 255) = 79.08%

R = 0.65%
G = 20.26%
B = 79.08%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011F79 (or 0x011F79) is known color: Sapphire. HEX triplet: 01, 1F and 79. RGB value is (1,31,121). Sum of RGB (Red+Green+Blue) = 1+31+121=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #011F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F79 is #FEE086. Grayscale: #1F1F1F. Windows color (decimal): -16703623 or 7937793. OLE color: 7937793.

HSL color Cylindrical-coordinate representation of color #011F79: hue angle of 225º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F79 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 31 121 -
CMYK 0.99 0.74 0 0.53
HSL 225º 0.98% 0.24% -
HSV(B) 225º 0.99% 0.47% -
XYZ 3.95 2.37 18.34 -
YUV 32.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 1 31 121 0.99 0.74 0 0.53 225 0.98 0.24
Hex 1 1F 79 63 4A 0 35 E1 62 18
Octal 1 37 171 143 112 0 65 341 142 30
Binary 1 11111 1111001 1100011 1001010 0 110101 11100001 1100010 11000

Color Harmonies of #011F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F79

Black with #011F79

Text Example


Text Example

White with #011F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,31,121); }

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

background-color css

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

 a { background-color: rgb(1,31,121); }

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

border-color css

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

 span { border-color: rgb(1,31,121); }

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