#031662

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

Shades of Sapphire #031662

Tints of Sapphire #031662

Color information

#031662 (or 0x031662) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 62. RGB value is (3,22,98). Sum of RGB (Red+Green+Blue) = 3+22+98=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #031662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031662 is #FCE99D. Grayscale: #181818. Windows color (decimal): -16574878 or 6428163. OLE color: 6428163.

HSL color Cylindrical-coordinate representation of color #031662: hue angle of 228º 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 #031662 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32298-
CMYK0.970.7800.62
HSL228º94.06%19.8%-
HSV(B)228º96.94%38.43%-
XYZ2.531.4811.71-
YUV24.98169.21112.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 98 (38.67% from 255) = 79.67%
R=2.44%
G=17.89%
B=79.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal322980.970.7800.6222894.0619.8
Hex31662614E03Ee45e14
Octal32614214111607634413624
Binary1110110110001011000011001110011111011100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031662; }

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

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

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

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

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

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

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

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