#031E60

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

Shades of Sapphire #031E60

Tints of Sapphire #031E60

Color information

#031E60 (or 0x031E60) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 60. RGB value is (3,30,96). Sum of RGB (Red+Green+Blue) = 3+30+96=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #031E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E60 is #FCE19F. Grayscale: #1D1D1D. Windows color (decimal): -16572832 or 6299139. OLE color: 6299139.

HSL color Cylindrical-coordinate representation of color #031E60: hue angle of 222.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E60 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33096-
CMYK0.970.6900.62
HSL222.58º93.94%19.41%-
HSV(B)222.58º96.88%37.65%-
XYZ2.611.7911.27-
YUV29.45165.55109.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=2.33%
G=23.26%
B=74.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal330960.970.6900.62222.5893.9419.41
Hex31E60614503Edf5e13
Octal33614014110507633713623
Binary1111110110000011000011000101011111011011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,96); }

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

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

 a { background-color: rgb(3,30,96); }

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

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

 span { border-color: rgb(3,30,96); }

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