#031248

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

Shades of Sapphire #031248

Tints of Sapphire #031248

Color information

#031248 (or 0x031248) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 48. RGB value is (3,18,72). Sum of RGB (Red+Green+Blue) = 3+18+72=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #031248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031248 is #FCEDB7. Grayscale: #131313. Windows color (decimal): -16575928 or 4723203. OLE color: 4723203.

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

Color convert

RGB31872-
CMYK0.960.7500.72
HSL226.96º92%14.71%-
HSV(B)226.96º95.83%28.24%-
XYZ1.420.926.23-
YUV19.67157.53116.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=3.23%
G=19.35%
B=77.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal318720.960.7500.72226.969214.71
Hex31248604B048e35cf
Octal322110140113011034313417
Binary1110010100100011000001001011010010001110001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031248; }

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

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

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

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

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

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

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

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