#031C7A

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

Shades of Sapphire #031C7A

Tints of Sapphire #031C7A

Color information

#031C7A (or 0x031C7A) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 7A. RGB value is (3,28,122). Sum of RGB (Red+Green+Blue) = 3+28+122=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #031C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C7A is #FCE385. Grayscale: #1E1E1E. Windows color (decimal): -16573318 or 8002563. OLE color: 8002563.

HSL color Cylindrical-coordinate representation of color #031C7A: hue angle of 227.39º 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 #031C7A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB328122-
CMYK0.980.7700.52
HSL227.39º95.2%24.51%-
HSV(B)227.39º97.54%47.84%-
XYZ3.972.2618.64-
YUV31.24179.22107.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 122 (48.05% from 255) = 79.74%
R=1.96%
G=18.30%
B=79.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3281220.980.7700.52227.3995.224.51
Hex31C7A624D034e35f19
Octal33417214211506434313731
Binary1111100111101011000101001101011010011100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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