Html Css Color HEX #073888 Smalt

📋 copy color: '#073888'

red 7 ◦ green 56 ◦ blue 136

#073888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #073888

Tints of Smalt #073888

RGB

 RED value IS 7 (3.13% 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 value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073888 (or 0x073888) is known color: 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

RGB 7 56 136 -
CMYK 0.95 0.59 0 0.47
HSL 217.21º 0.9% 0.28% -
HSV(B) 217.21º 0.95% 0.53% -
XYZ 5.95 4.65 23.88 -
YUV 50.47 176.27 97 -
System Red Green Blue C M Y K H S L
Decimal 7 56 136 0.95 0.59 0 0.47 217.21 0.9 0.28
Hex 7 38 88 5F 3B 0 2F D9 5A 1C
Octal 7 70 210 137 73 0 57 331 132 34
Binary 111 111000 10001000 1011111 111011 0 101111 11011001 1011010 11100

Color Harmonies of #073888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073888

Black with #073888

Text Example


Text Example

White with #073888

Text Example


Text Example

HTML Codes & Css Web 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>