#031A5A

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

Shades of Sapphire #031A5A

Tints of Sapphire #031A5A

Color information

#031A5A (or 0x031A5A) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 5A. RGB value is (3,26,90). Sum of RGB (Red+Green+Blue) = 3+26+90=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #031A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A5A is #FCE5A5. Grayscale: #1A1A1A. Windows color (decimal): -16573862 or 5904899. OLE color: 5904899.

HSL color Cylindrical-coordinate representation of color #031A5A: hue angle of 224.14º 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 #031A5A is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32690-
CMYK0.970.7100.65
HSL224.14º93.55%18.24%-
HSV(B)224.14º96.67%35.29%-
XYZ2.251.59.84-
YUV26.42163.88111.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 90 (35.55% from 255) = 75.63%
R=2.52%
G=21.85%
B=75.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal326900.970.7100.65224.1493.5518.24
Hex31A5A6147041e05e12
Octal332132141107010134013622
Binary11110101011010110000110001110100000111100000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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