#011F48

Color #011F48 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #011F48

Tints of Sapphire #011F48

Color information

#011F48 (or 0x011F48) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 48. RGB value is (1,31,72). Sum of RGB (Red+Green+Blue) = 1+31+72=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #011F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F48 is #FEE0B7. Grayscale: #1A1A1A. Windows color (decimal): -16703672 or 4726529. OLE color: 4726529.

HSL color Cylindrical-coordinate representation of color #011F48: hue angle of 214.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F48 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13172-
CMYK0.990.5700.72
HSL214.65º97.26%14.31%-
HSV(B)214.65º98.61%28.24%-
XYZ1.671.456.32-
YUV26.7153.56109.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=0.96%
G=29.81%
B=69.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal131720.990.5700.72214.6597.2614.31
Hex11F486339048d761e
Octal13711014371011032714116
Binary11111110010001100011111001010010001101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #011F48;
 }
 .AnyTagClassName
 {
   color: #011F48;
 }
</style>
background-color css

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

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

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

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

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

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