#07429B

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

Shades of Smalt #07429B

Tints of Smalt #07429B

Color information

#07429B (or 0x07429B) is unknown color: approx Smalt. HEX triplet: 07, 42 and 9B. RGB value is (7,66,155). Sum of RGB (Red+Green+Blue) = 7+66+155=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #07429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07429B is #F8BD64. Grayscale: #3A3A3A. Windows color (decimal): -16301413 or 10174983. OLE color: 10174983.

HSL color Cylindrical-coordinate representation of color #07429B: hue angle of 216.08º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07429B is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB766155-
CMYK0.950.5700.39
HSL216.08º91.36%31.76%-
HSV(B)216.08º95.48%60.78%-
XYZ7.956.3131.81-
YUV58.5182.4591.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=3.07%
G=28.95%
B=67.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7661550.950.5700.39216.0891.3631.76
Hex7429B5F39027d85b20
Octal71022331377104733013340
Binary11110000101001101110111111110010100111110110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,66,155); }

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

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

 a { background-color: rgb(7,66,155); }

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

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

 span { border-color: rgb(7,66,155); }

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