#031554

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

Shades of Sapphire #031554

Tints of Sapphire #031554

Color information

#031554 (or 0x031554) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 54. RGB value is (3,21,84). Sum of RGB (Red+Green+Blue) = 3+21+84=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #031554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031554 is #FCEAAB. Grayscale: #161616. Windows color (decimal): -16575148 or 5510403. OLE color: 5510403.

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

Color convert

RGB32184-
CMYK0.960.7500.67
HSL226.67º93.1%17.06%-
HSV(B)226.67º96.43%32.94%-
XYZ1.911.28.52-
YUV22.8162.54113.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 84 (33.20% from 255) = 77.78%
R=2.78%
G=19.44%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal321840.960.7500.67226.6793.117.06
Hex31554604B043e35d11
Octal325124140113010334313521
Binary11101011010100110000010010110100001111100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031554; }

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

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

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

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

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

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

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

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