#07238E

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

Shades of Smalt #07238E

Tints of Smalt #07238E

Color information

#07238E (or 0x07238E) is unknown color: approx Smalt. HEX triplet: 07, 23 and 8E. RGB value is (7,35,142). Sum of RGB (Red+Green+Blue) = 7+35+142=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #07238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07238E is #F8DC71. Grayscale: #262626. Windows color (decimal): -16309362 or 9315079. OLE color: 9315079.

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

Color convert

RGB735142-
CMYK0.950.7500.44
HSL227.56º90.6%29.22%-
HSV(B)227.56º95.07%55.69%-
XYZ5.573.225.92-
YUV38.83186.22105.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 142 (55.86% from 255) = 77.17%
R=3.80%
G=19.02%
B=77.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7351420.950.7500.44227.5690.629.22
Hex7238E5F4B02Ce45b1d
Octal74321613711305434413335
Binary1111000111000111010111111001011010110011100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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