#031B77

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

Shades of Sapphire #031B77

Tints of Sapphire #031B77

Color information

#031B77 (or 0x031B77) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 77. RGB value is (3,27,119). Sum of RGB (Red+Green+Blue) = 3+27+119=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #031B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B77 is #FCE488. Grayscale: #1D1D1D. Windows color (decimal): -16573577 or 7805699. OLE color: 7805699.

HSL color Cylindrical-coordinate representation of color #031B77: hue angle of 227.59º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031B77 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB327119-
CMYK0.970.7700.53
HSL227.59º95.08%23.92%-
HSV(B)227.59º97.48%46.67%-
XYZ3.762.1417.67-
YUV30.31178.05108.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 119 (46.88% from 255) = 79.87%
R=2.01%
G=18.12%
B=79.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3271190.970.7700.53227.5995.0823.92
Hex31B77614D035e45f18
Octal33316714111506534413730
Binary1111011111011111000011001101011010111100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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