Html Css Color HEX #011F58 Sapphire

📋 copy color: '#011F58'

red 1 ◦ green 31 ◦ blue 88

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

Shades of Sapphire #011F58

Tints of Sapphire #011F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 73.33%

R = 0.83%
G = 25.83%
B = 73.33%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011F58 (or 0x011F58) is known color: Sapphire. HEX triplet: 01, 1F and 58. RGB value is (1,31,88). Sum of RGB (Red+Green+Blue) = 1+31+88=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #011F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F58 is #FEE0A7. Grayscale: #1C1C1C. Windows color (decimal): -16703656 or 5775105. OLE color: 5775105.

HSL color Cylindrical-coordinate representation of color #011F58: hue angle of 219.31º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F58 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 31 88 -
CMYK 0.99 0.65 0 0.65
HSL 219.31º 0.98% 0.17% -
HSV(B) 219.31º 0.99% 0.35% -
XYZ 2.26 1.69 9.44 -
YUV 28.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 1 31 88 0.99 0.65 0 0.65 219.31 0.98 0.17
Hex 1 1F 58 63 41 0 41 DB 62 11
Octal 1 37 130 143 101 0 101 333 142 21
Binary 1 11111 1011000 1100011 1000001 0 1000001 11011011 1100010 10001

Color Harmonies of #011F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F58

Black with #011F58

Text Example


Text Example

White with #011F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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