#07228B

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

Shades of Smalt #07228B

Tints of Smalt #07228B

Color information

#07228B (or 0x07228B) is unknown color: approx Smalt. HEX triplet: 07, 22 and 8B. RGB value is (7,34,139). Sum of RGB (Red+Green+Blue) = 7+34+139=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #07228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07228B is #F8DD74. Grayscale: #252525. Windows color (decimal): -16309621 or 9118215. OLE color: 9118215.

HSL color Cylindrical-coordinate representation of color #07228B: hue angle of 227.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07228B is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB734139-
CMYK0.950.7600.45
HSL227.73º90.41%28.63%-
HSV(B)227.73º94.96%54.51%-
XYZ5.323.0524.74-
YUV37.9185.05105.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.89%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 139 (54.69% from 255) = 77.22%
R=3.89%
G=18.89%
B=77.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7341390.950.7600.45227.7390.4128.63
Hex7228B5F4C02De45a1d
Octal74221313711405534413235
Binary1111000101000101110111111001100010110111100100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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