#07218B

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

Shades of Smalt #07218B

Tints of Smalt #07218B

Color information

#07218B (or 0x07218B) is unknown color: approx Smalt. HEX triplet: 07, 21 and 8B. RGB value is (7,33,139). Sum of RGB (Red+Green+Blue) = 7+33+139=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #07218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07218B is #F8DE74. Grayscale: #242424. Windows color (decimal): -16309877 or 9117959. OLE color: 9117959.

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

Color convert

RGB733139-
CMYK0.950.7600.45
HSL228.18º90.41%28.63%-
HSV(B)228.18º94.96%54.51%-
XYZ5.29324.73-
YUV37.31185.39106.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 139 (54.69% from 255) = 77.65%
R=3.91%
G=18.44%
B=77.65%

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
Decimal7331390.950.7600.45228.1890.4128.63
Hex7218B5F4C02De45a1d
Octal74121313711405534413235
Binary1111000011000101110111111001100010110111100100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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