#031567

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

Shades of Sapphire #031567

Tints of Sapphire #031567

Color information

#031567 (or 0x031567) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 67. RGB value is (3,21,103). Sum of RGB (Red+Green+Blue) = 3+21+103=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #031567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031567 is #FCEA98. Grayscale: #181818. Windows color (decimal): -16575129 or 6755587. OLE color: 6755587.

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

Color convert

RGB321103-
CMYK0.970.8000.60
HSL229.2º94.34%20.78%-
HSV(B)229.2º97.09%40.39%-
XYZ2.751.5312.98-
YUV24.97172.04112.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 103 (40.62% from 255) = 81.10%
R=2.36%
G=16.54%
B=81.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3211030.970.8000.60229.294.3420.78
Hex31567615003Ce55e15
Octal32514714112007434513625
Binary1110101110011111000011010000011110011100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031567; }

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

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

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

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

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

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

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

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