#031C68

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

Shades of Sapphire #031C68

Tints of Sapphire #031C68

Color information

#031C68 (or 0x031C68) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 68. RGB value is (3,28,104). Sum of RGB (Red+Green+Blue) = 3+28+104=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #031C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C68 is #FCE397. Grayscale: #1C1C1C. Windows color (decimal): -16573336 or 6822915. OLE color: 6822915.

HSL color Cylindrical-coordinate representation of color #031C68: hue angle of 225.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C68 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB328104-
CMYK0.970.7300.59
HSL225.15º94.39%20.98%-
HSV(B)225.15º97.12%40.78%-
XYZ2.951.8513.3-
YUV29.19170.22109.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=2.22%
G=20.74%
B=77.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3281040.970.7300.59225.1594.3920.98
Hex31C68614903Be15e15
Octal33415014111107334113625
Binary1111100110100011000011001001011101111100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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