#031858

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

Shades of Sapphire #031858

Tints of Sapphire #031858

Color information

#031858 (or 0x031858) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 58. RGB value is (3,24,88). Sum of RGB (Red+Green+Blue) = 3+24+88=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #031858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031858 is #FCE7A7. Grayscale: #181818. Windows color (decimal): -16574376 or 5773315. OLE color: 5773315.

HSL color Cylindrical-coordinate representation of color #031858: hue angle of 225.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031858 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32488-
CMYK0.970.7300.65
HSL225.18º93.41%17.84%-
HSV(B)225.18º96.59%34.51%-
XYZ2.131.389.39-
YUV25.02163.54112.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 88 (34.77% from 255) = 76.52%
R=2.61%
G=20.87%
B=76.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal324880.970.7300.65225.1893.4117.84
Hex318586149041e15d12
Octal330130141111010134113522
Binary11110001011000110000110010010100000111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031858; }

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

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

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

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

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

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

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

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