#031667

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

Shades of Sapphire #031667

Tints of Sapphire #031667

Color information

#031667 (or 0x031667) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 67. RGB value is (3,22,103). Sum of RGB (Red+Green+Blue) = 3+22+103=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 103 (40.62% from 255 or 80.47% from 128); Max value from RGB is 103 - color contains mainly: blue. Hex color #031667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031667 is #FCE998. Grayscale: #191919. Windows color (decimal): -16574873 or 6755843. OLE color: 6755843.

HSL color Cylindrical-coordinate representation of color #031667: hue angle of 228.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031667 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB322103-
CMYK0.970.7900.60
HSL228.6º94.34%20.78%-
HSV(B)228.6º97.09%40.39%-
XYZ2.771.5712.99-
YUV25.55171.71111.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 103 (40.62% from 255) = 80.47%
R=2.34%
G=17.19%
B=80.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3221030.970.7900.60228.694.3420.78
Hex31667614F03Ce55e15
Octal32614714111707434513625
Binary1110110110011111000011001111011110011100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031667; }

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

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

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

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

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

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

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

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