#031954

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

Shades of Sapphire #031954

Tints of Sapphire #031954

Color information

#031954 (or 0x031954) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 54. RGB value is (3,25,84). Sum of RGB (Red+Green+Blue) = 3+25+84=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #031954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031954 is #FCE6AB. Grayscale: #181818. Windows color (decimal): -16574124 or 5511427. OLE color: 5511427.

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

Color convert

RGB32584-
CMYK0.960.7000.67
HSL223.7º93.1%17.06%-
HSV(B)223.7º96.43%32.94%-
XYZ1.991.358.54-
YUV25.15161.21112.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 84 (33.20% from 255) = 75%
R=2.68%
G=22.32%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal325840.960.7000.67223.793.117.06
Hex319546046043e05d11
Octal331124140106010334013521
Binary11110011010100110000010001100100001111100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031954; }

 p { color: rgb(3,25,84); }

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

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

 a { background-color: rgb(3,25,84); }

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

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

 span { border-color: rgb(3,25,84); }

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