#031C5A

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

Shades of Sapphire #031C5A

Tints of Sapphire #031C5A

Color information

#031C5A (or 0x031C5A) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 5A. RGB value is (3,28,90). Sum of RGB (Red+Green+Blue) = 3+28+90=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #031C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C5A is #FCE3A5. Grayscale: #1B1B1B. Windows color (decimal): -16573350 or 5905411. OLE color: 5905411.

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

Color convert

RGB32890-
CMYK0.970.6900.65
HSL222.76º93.55%18.24%-
HSV(B)222.76º96.67%35.29%-
XYZ2.31.599.86-
YUV27.59163.22110.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=2.48%
G=23.14%
B=74.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal328900.970.6900.65222.7693.5518.24
Hex31C5A6145041df5e12
Octal334132141105010133713622
Binary11111001011010110000110001010100000111011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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