#07228E

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

Shades of Smalt #07228E

Tints of Smalt #07228E

Color information

#07228E (or 0x07228E) is unknown color: approx Smalt. HEX triplet: 07, 22 and 8E. RGB value is (7,34,142). Sum of RGB (Red+Green+Blue) = 7+34+142=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #07228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07228E is #F8DD71. Grayscale: #252525. Windows color (decimal): -16309618 or 9314823. OLE color: 9314823.

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

Color convert

RGB734142-
CMYK0.950.7600.44
HSL228º90.6%29.22%-
HSV(B)228º95.07%55.69%-
XYZ5.543.1425.91-
YUV38.24186.55105.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 142 (55.86% from 255) = 77.60%
R=3.83%
G=18.58%
B=77.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7341420.950.7600.4422890.629.22
Hex7228E5F4C02Ce45b1d
Octal74221613711405434413335
Binary1111000101000111010111111001100010110011100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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