#07328E

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

Shades of Smalt #07328E

Tints of Smalt #07328E

Color information

#07328E (or 0x07328E) is unknown color: approx Smalt. HEX triplet: 07, 32 and 8E. RGB value is (7,50,142). Sum of RGB (Red+Green+Blue) = 7+50+142=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #07328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07328E is #F8CD71. Grayscale: #2F2F2F. Windows color (decimal): -16305522 or 9318919. OLE color: 9318919.

HSL color Cylindrical-coordinate representation of color #07328E: hue angle of 220.89º 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 #07328E is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB750142-
CMYK0.950.6500.44
HSL220.89º90.6%29.22%-
HSV(B)220.89º95.07%55.69%-
XYZ6.114.2826.1-
YUV47.63181.2599.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=3.52%
G=25.13%
B=71.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7501420.950.6500.44220.8990.629.22
Hex7328E5F4102Cdd5b1d
Octal76221613710105433513335
Binary1111100101000111010111111000001010110011011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07328E; }

 p { color: rgb(7,50,142); }

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

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

 a { background-color: rgb(7,50,142); }

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

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

 span { border-color: rgb(7,50,142); }

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