#031C77

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

Shades of Sapphire #031C77

Tints of Sapphire #031C77

Color information

#031C77 (or 0x031C77) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 77. RGB value is (3,28,119). Sum of RGB (Red+Green+Blue) = 3+28+119=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 119 (46.88% from 255 or 79.33% from 150); Max value from RGB is 119 - color contains mainly: blue. Hex color #031C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C77 is #FCE388. Grayscale: #1E1E1E. Windows color (decimal): -16573321 or 7805955. OLE color: 7805955.

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

Color convert

RGB328119-
CMYK0.970.7600.53
HSL227.07º95.08%23.92%-
HSV(B)227.07º97.48%46.67%-
XYZ3.782.1817.67-
YUV30.9177.72108.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 119 (46.88% from 255) = 79.33%
R=2%
G=18.67%
B=79.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3281190.970.7600.53227.0795.0823.92
Hex31C77614C035e35f18
Octal33416714111406534313730
Binary1111100111011111000011001100011010111100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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