#031B7D

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

Shades of Sapphire #031B7D

Tints of Sapphire #031B7D

Color information

#031B7D (or 0x031B7D) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 7D. RGB value is (3,27,125). Sum of RGB (Red+Green+Blue) = 3+27+125=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #031B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B7D is #FCE482. Grayscale: #1E1E1E. Windows color (decimal): -16573571 or 8198915. OLE color: 8198915.

HSL color Cylindrical-coordinate representation of color #031B7D: hue angle of 228.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B7D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB327125-
CMYK0.980.7800.51
HSL228.2º95.31%25.1%-
HSV(B)228.2º97.6%49.02%-
XYZ4.132.2819.63-
YUV31181.05108.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 125 (49.22% from 255) = 80.65%
R=1.94%
G=17.42%
B=80.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3271250.980.7800.51228.295.3125.1
Hex31B7D624E033e45f19
Octal33317514211606334413731
Binary1111011111110111000101001110011001111100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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