#07288F

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

Shades of Smalt #07288F

Tints of Smalt #07288F

Color information

#07288F (or 0x07288F) is unknown color: approx Smalt. HEX triplet: 07, 28 and 8F. RGB value is (7,40,143). Sum of RGB (Red+Green+Blue) = 7+40+143=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #07288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07288F is #F8D770. Grayscale: #292929. Windows color (decimal): -16308081 or 9381895. OLE color: 9381895.

HSL color Cylindrical-coordinate representation of color #07288F: hue angle of 225.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07288F is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB740143-
CMYK0.950.7200.44
HSL225.44º90.67%29.41%-
HSV(B)225.44º95.1%56.08%-
XYZ5.83.5526.37-
YUV41.88185.07103.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 143 (56.25% from 255) = 75.26%
R=3.68%
G=21.05%
B=75.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7401430.950.7200.44225.4490.6729.41
Hex7288F5F4802Ce15b1d
Octal75021713711005434113335
Binary1111010001000111110111111001000010110011100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07288F; }

 p { color: rgb(7,40,143); }

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

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

 a { background-color: rgb(7,40,143); }

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

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

 span { border-color: rgb(7,40,143); }

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