#011948

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

Shades of Sapphire #011948

Tints of Sapphire #011948

Color information

#011948 (or 0x011948) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 48. RGB value is (1,25,72). Sum of RGB (Red+Green+Blue) = 1+25+72=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #011948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011948 is #FEE6B7. Grayscale: #161616. Windows color (decimal): -16705208 or 4724993. OLE color: 4724993.

HSL color Cylindrical-coordinate representation of color #011948: hue angle of 219.72º 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 #011948 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB12572-
CMYK0.990.6500.72
HSL219.72º97.26%14.31%-
HSV(B)219.72º98.61%28.24%-
XYZ1.531.176.28-
YUV23.18155.55112.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=1.02%
G=25.51%
B=73.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal125720.990.6500.72219.7297.2614.31
Hex119486341048dc61e
Octal131110143101011033414116
Binary111001100100011000111000001010010001101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011948; }

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

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

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

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

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

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

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

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