#031862

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

Shades of Sapphire #031862

Tints of Sapphire #031862

Color information

#031862 (or 0x031862) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 62. RGB value is (3,24,98). Sum of RGB (Red+Green+Blue) = 3+24+98=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #031862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031862 is #FCE79D. Grayscale: #191919. Windows color (decimal): -16574366 or 6428675. OLE color: 6428675.

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

Color convert

RGB32498-
CMYK0.970.7600.62
HSL226.74º94.06%19.8%-
HSV(B)226.74º96.94%38.43%-
XYZ2.571.5511.72-
YUV26.16168.54111.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 98 (38.67% from 255) = 78.4%
R=2.4%
G=19.2%
B=78.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal324980.970.7600.62226.7494.0619.8
Hex31862614C03Ee35e14
Octal33014214111407634313624
Binary1111000110001011000011001100011111011100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031862; }

 p { color: rgb(3,24,98); }

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

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

 a { background-color: rgb(3,24,98); }

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

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

 span { border-color: rgb(3,24,98); }

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