#031453

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

Shades of Sapphire #031453

Tints of Sapphire #031453

Color information

#031453 (or 0x031453) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 53. RGB value is (3,20,83). Sum of RGB (Red+Green+Blue) = 3+20+83=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #031453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031453 is #FCEBAC. Grayscale: #151515. Windows color (decimal): -16575405 or 5444611. OLE color: 5444611.

HSL color Cylindrical-coordinate representation of color #031453: hue angle of 227.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031453 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32083-
CMYK0.960.7600.67
HSL227.25º93.02%16.86%-
HSV(B)227.25º96.39%32.55%-
XYZ1.851.148.31-
YUV22.1162.37114.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=2.83%
G=18.87%
B=78.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal320830.960.7600.67227.2593.0216.86
Hex31453604C043e35d11
Octal324123140114010334313521
Binary11101001010011110000010011000100001111100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031453; }

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

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

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

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

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

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

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

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