Html Css Color HEX #073188 Smalt

📋 copy color: '#073188'

red 7 ◦ green 49 ◦ blue 136

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

Shades of Smalt #073188

Tints of Smalt #073188

RGB

 RED value IS 7 (3.13% from 255) = 3.65%

 GREEN value IS 49 (19.53% from 255) = 25.52%

 BLUE value IS 136 (53.52% from 255) = 70.83%

R = 3.65%
G = 25.52%
B = 70.83%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073188 (or 0x073188) is known color: Smalt. HEX triplet: 07, 31 and 88. RGB value is (7,49,136). Sum of RGB (Red+Green+Blue) = 7+49+136=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #073188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073188 is #F8CE77. Grayscale: #2D2D2D. Windows color (decimal): -16305784 or 8925447. OLE color: 8925447.

HSL color Cylindrical-coordinate representation of color #073188: hue angle of 220.47º 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 #073188 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 49 136 -
CMYK 0.95 0.64 0 0.47
HSL 220.47º 0.9% 0.28% -
HSV(B) 220.47º 0.95% 0.53% -
XYZ 5.63 4.02 23.77 -
YUV 46.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 7 49 136 0.95 0.64 0 0.47 220.47 0.9 0.28
Hex 7 31 88 5F 40 0 2F DC 5A 1C
Octal 7 61 210 137 100 0 57 334 132 34
Binary 111 110001 10001000 1011111 1000000 0 101111 11011100 1011010 11100

Color Harmonies of #073188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073188

Black with #073188

Text Example


Text Example

White with #073188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073188; }

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

 H1.HeaderClassName
 {
   color: #073188;
 }
 .AnyTagClassName
 {
   color: #073188;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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