#031C5B

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

Shades of Sapphire #031C5B

Tints of Sapphire #031C5B

Color information

#031C5B (or 0x031C5B) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 5B. RGB value is (3,28,91). Sum of RGB (Red+Green+Blue) = 3+28+91=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #031C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C5B is #FCE3A4. Grayscale: #1B1B1B. Windows color (decimal): -16573349 or 5970947. OLE color: 5970947.

HSL color Cylindrical-coordinate representation of color #031C5B: hue angle of 222.95º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C5B is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32891-
CMYK0.970.6900.64
HSL222.95º93.62%18.43%-
HSV(B)222.95º96.7%35.69%-
XYZ2.341.6110.08-
YUV27.71163.72110.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=2.46%
G=22.95%
B=74.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal328910.970.6900.64222.9593.6218.43
Hex31C5B6145040df5e12
Octal334133141105010033713622
Binary11111001011011110000110001010100000011011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C5B; }

 p { color: rgb(3,28,91); }

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

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

 a { background-color: rgb(3,28,91); }

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

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

 span { border-color: rgb(3,28,91); }

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