#031B48

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

Shades of Sapphire #031B48

Tints of Sapphire #031B48

Color information

#031B48 (or 0x031B48) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 48. RGB value is (3,27,72). Sum of RGB (Red+Green+Blue) = 3+27+72=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #031B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B48 is #FCE4B7. Grayscale: #181818. Windows color (decimal): -16573624 or 4725507. OLE color: 4725507.

HSL color Cylindrical-coordinate representation of color #031B48: hue angle of 219.13º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B48 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32772-
CMYK0.960.6200.72
HSL219.13º92%14.71%-
HSV(B)219.13º95.83%28.24%-
XYZ1.61.276.29-
YUV24.95154.55112.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 72 (28.52% from 255) = 70.59%
R=2.94%
G=26.47%
B=70.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal327720.960.6200.72219.139214.71
Hex31B48603E048db5cf
Octal33311014076011033313417
Binary111101110010001100000111110010010001101101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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