#073888

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

Shades of Smalt #073888

Tints of Smalt #073888

Color information

#073888 (or 0x073888) is unknown color: approx Smalt. HEX triplet: 07, 38 and 88. RGB value is (7,56,136). Sum of RGB (Red+Green+Blue) = 7+56+136=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #073888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073888 is #F8C777. Grayscale: #323232. Windows color (decimal): -16303992 or 8927239. OLE color: 8927239.

HSL color Cylindrical-coordinate representation of color #073888: hue angle of 217.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073888 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB756136-
CMYK0.950.5900.47
HSL217.21º90.21%28.04%-
HSV(B)217.21º94.85%53.33%-
XYZ5.954.6523.88-
YUV50.47176.2797-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 136 (53.52% from 255) = 68.34%
R=3.52%
G=28.14%
B=68.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7561360.950.5900.47217.2190.2128.04
Hex738885F3B02Fd95a1c
Octal7702101377305733113234
Binary111111000100010001011111111011010111111011001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073888; }

 p { color: rgb(7,56,136); }

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

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

 a { background-color: rgb(7,56,136); }

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

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

 span { border-color: rgb(7,56,136); }

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