#031C55

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

Shades of Sapphire #031C55

Tints of Sapphire #031C55

Color information

#031C55 (or 0x031C55) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 55. RGB value is (3,28,85). Sum of RGB (Red+Green+Blue) = 3+28+85=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #031C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C55 is #FCE3AA. Grayscale: #1A1A1A. Windows color (decimal): -16573355 or 5577731. OLE color: 5577731.

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

Color convert

RGB32885-
CMYK0.960.6700.67
HSL221.71º93.18%17.25%-
HSV(B)221.71º96.47%33.33%-
XYZ2.091.518.77-
YUV27.02160.72110.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 85 (33.59% from 255) = 73.28%
R=2.59%
G=24.14%
B=73.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal328850.960.6700.67221.7193.1817.25
Hex31C556043043de5d11
Octal334125140103010333613521
Binary11111001010101110000010000110100001111011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C55; }

 p { color: rgb(3,28,85); }

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

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

 a { background-color: rgb(3,28,85); }

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

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

 span { border-color: rgb(3,28,85); }

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