#031255

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

Shades of Sapphire #031255

Tints of Sapphire #031255

Color information

#031255 (or 0x031255) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 55. RGB value is (3,18,85). Sum of RGB (Red+Green+Blue) = 3+18+85=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #031255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031255 is #FCEDAA. Grayscale: #141414. Windows color (decimal): -16575915 or 5575171. OLE color: 5575171.

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

Color convert

RGB31885-
CMYK0.960.7900.67
HSL229.02º93.18%17.25%-
HSV(B)229.02º96.47%33.33%-
XYZ1.891.118.71-
YUV21.15164.03115.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=2.83%
G=16.98%
B=80.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal318850.960.7900.67229.0293.1817.25
Hex31255604F043e55d11
Octal322125140117010334513521
Binary11100101010101110000010011110100001111100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031255; }

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

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

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

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

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

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

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

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