#031B5A

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

Shades of Sapphire #031B5A

Tints of Sapphire #031B5A

Color information

#031B5A (or 0x031B5A) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 5A. RGB value is (3,27,90). Sum of RGB (Red+Green+Blue) = 3+27+90=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #031B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B5A is #FCE4A5. Grayscale: #1A1A1A. Windows color (decimal): -16573606 or 5905155. OLE color: 5905155.

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

Color convert

RGB32790-
CMYK0.970.7000.65
HSL223.45º93.55%18.24%-
HSV(B)223.45º96.67%35.29%-
XYZ2.271.549.85-
YUV27.01163.55110.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 90 (35.55% from 255) = 75%
R=2.5%
G=22.5%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal327900.970.7000.65223.4593.5518.24
Hex31B5A6146041df5e12
Octal333132141106010133713622
Binary11110111011010110000110001100100000111011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,27,90); }

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

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

 a { background-color: rgb(3,27,90); }

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

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

 span { border-color: rgb(3,27,90); }

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