#031254

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

Shades of Sapphire #031254

Tints of Sapphire #031254

Color information

#031254 (or 0x031254) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 54. RGB value is (3,18,84). Sum of RGB (Red+Green+Blue) = 3+18+84=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #031254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031254 is #FCEDAB. Grayscale: #141414. Windows color (decimal): -16575916 or 5509635. OLE color: 5509635.

HSL color Cylindrical-coordinate representation of color #031254: hue angle of 228.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031254 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31884-
CMYK0.960.7900.67
HSL228.89º93.1%17.06%-
HSV(B)228.89º96.43%32.94%-
XYZ1.851.098.5-
YUV21.04163.53115.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 84 (33.20% from 255) = 80%
R=2.86%
G=17.14%
B=80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal318840.960.7900.67228.8993.117.06
Hex31254604F043e55d11
Octal322124140117010334513521
Binary11100101010100110000010011110100001111100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031254; }

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

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

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

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

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

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

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

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