#031B74

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

Shades of Sapphire #031B74

Tints of Sapphire #031B74

Color information

#031B74 (or 0x031B74) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 74. RGB value is (3,27,116). Sum of RGB (Red+Green+Blue) = 3+27+116=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #031B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B74 is #FCE48B. Grayscale: #1D1D1D. Windows color (decimal): -16573580 or 7609091. OLE color: 7609091.

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

Color convert

RGB327116-
CMYK0.970.7700.55
HSL227.26º94.96%23.33%-
HSV(B)227.26º97.41%45.49%-
XYZ3.582.0616.73-
YUV29.97176.55108.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 116 (45.70% from 255) = 79.45%
R=2.05%
G=18.49%
B=79.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3271160.970.7700.55227.2694.9623.33
Hex31B74614D037e35f17
Octal33316414111506734313727
Binary1111011111010011000011001101011011111100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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