#031D7A

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

Shades of Sapphire #031D7A

Tints of Sapphire #031D7A

Color information

#031D7A (or 0x031D7A) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 7A. RGB value is (3,29,122). Sum of RGB (Red+Green+Blue) = 3+29+122=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #031D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D7A is #FCE285. Grayscale: #1F1F1F. Windows color (decimal): -16573062 or 8002819. OLE color: 8002819.

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

Color convert

RGB329122-
CMYK0.980.7600.52
HSL226.89º95.2%24.51%-
HSV(B)226.89º97.54%47.84%-
XYZ3.992.318.65-
YUV31.83178.89107.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 122 (48.05% from 255) = 79.22%
R=1.95%
G=18.83%
B=79.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3291220.980.7600.52226.8995.224.51
Hex31D7A624C034e35f19
Octal33517214211406434313731
Binary1111101111101011000101001100011010011100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,29,122); }

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

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

 a { background-color: rgb(3,29,122); }

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

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

 span { border-color: rgb(3,29,122); }

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