Html Css Color HEX #011F49 Sapphire

📋 copy color: '#011F49'

red 1 ◦ green 31 ◦ blue 73

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

Shades of Sapphire #011F49

Tints of Sapphire #011F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 69.52%

R = 0.95%
G = 29.52%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011F49 (or 0x011F49) is known color: Sapphire. HEX triplet: 01, 1F and 49. RGB value is (1,31,73). Sum of RGB (Red+Green+Blue) = 1+31+73=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #011F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F49 is #FEE0B6. Grayscale: #1A1A1A. Windows color (decimal): -16703671 or 4792065. OLE color: 4792065.

HSL color Cylindrical-coordinate representation of color #011F49: hue angle of 215º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F49 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 31 73 -
CMYK 0.99 0.58 0 0.71
HSL 215º 0.97% 0.15% -
HSV(B) 215º 0.99% 0.29% -
XYZ 1.71 1.47 6.5 -
YUV 26.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 1 31 73 0.99 0.58 0 0.71 215 0.97 0.15
Hex 1 1F 49 63 3A 0 47 D7 61 F
Octal 1 37 111 143 72 0 107 327 141 17
Binary 1 11111 1001001 1100011 111010 0 1000111 11010111 1100001 1111

Color Harmonies of #011F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F49

Black with #011F49

Text Example


Text Example

White with #011F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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