#031448

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

Shades of Sapphire #031448

Tints of Sapphire #031448

Color information

#031448 (or 0x031448) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 48. RGB value is (3,20,72). Sum of RGB (Red+Green+Blue) = 3+20+72=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #031448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031448 is #FCEBB7. Grayscale: #141414. Windows color (decimal): -16575416 or 4723715. OLE color: 4723715.

HSL color Cylindrical-coordinate representation of color #031448: hue angle of 225.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031448 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32072-
CMYK0.960.7200.72
HSL225.22º92%14.71%-
HSV(B)225.22º95.83%28.24%-
XYZ1.460.996.24-
YUV20.84156.87115.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=3.16%
G=21.05%
B=75.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal320720.960.7200.72225.229214.71
Hex314486048048e15cf
Octal324110140110011034113417
Binary1110100100100011000001001000010010001110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031448; }

 p { color: rgb(3,20,72); }

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

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

 a { background-color: rgb(3,20,72); }

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

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

 span { border-color: rgb(3,20,72); }

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