#031268

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

Shades of Sapphire #031268

Tints of Sapphire #031268

Color information

#031268 (or 0x031268) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 68. RGB value is (3,18,104). Sum of RGB (Red+Green+Blue) = 3+18+104=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #031268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031268 is #FCED97. Grayscale: #161616. Windows color (decimal): -16575896 or 6820355. OLE color: 6820355.

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

Color convert

RGB318104-
CMYK0.970.8300.59
HSL231.09º94.39%20.98%-
HSV(B)231.09º97.12%40.78%-
XYZ2.751.4513.23-
YUV23.32173.53113.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 104 (41.02% from 255) = 83.2%
R=2.4%
G=14.4%
B=83.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3181040.970.8300.59231.0994.3920.98
Hex31268615303Be75e15
Octal32215014112307334713625
Binary1110010110100011000011010011011101111100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031268; }

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

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

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

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

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

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

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

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