#031875

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

Shades of Sapphire #031875

Tints of Sapphire #031875

Color information

#031875 (or 0x031875) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 75. RGB value is (3,24,117). Sum of RGB (Red+Green+Blue) = 3+24+117=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #031875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031875 is #FCE78A. Grayscale: #1B1B1B. Windows color (decimal): -16574347 or 7673859. OLE color: 7673859.

HSL color Cylindrical-coordinate representation of color #031875: hue angle of 228.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031875 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB324117-
CMYK0.970.7900.54
HSL228.95º95%23.53%-
HSV(B)228.95º97.44%45.88%-
XYZ3.581.9617.02-
YUV28.32178.04109.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 81.25%
R=2.08%
G=16.67%
B=81.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3241170.970.7900.54228.959523.53
Hex31875614F036e55f18
Octal33016514111706634513730
Binary1111000111010111000011001111011011011100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031875; }

 p { color: rgb(3,24,117); }

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

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

 a { background-color: rgb(3,24,117); }

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

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

 span { border-color: rgb(3,24,117); }

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