Html Css Color HEX #073289 Smalt

📋 copy color: '#073289'

red 7 ◦ green 50 ◦ blue 137

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

Shades of Smalt #073289

Tints of Smalt #073289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 137 (53.91% from 255) = 70.62%

R = 3.61%
G = 25.77%
B = 70.62%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#073289 (or 0x073289) is known color: Smalt. HEX triplet: 07, 32 and 89. RGB value is (7,50,137). Sum of RGB (Red+Green+Blue) = 7+50+137=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #073289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073289 is #F8CD76. Grayscale: #2E2E2E. Windows color (decimal): -16305527 or 8991239. OLE color: 8991239.

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

Color convert

RGB 7 50 137 -
CMYK 0.95 0.64 0 0.46
HSL 220.15º 0.9% 0.28% -
HSV(B) 220.15º 0.95% 0.54% -
XYZ 5.74 4.13 24.16 -
YUV 47.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 7 50 137 0.95 0.64 0 0.46 220.15 0.9 0.28
Hex 7 32 89 5F 40 0 2E DC 5A 1C
Octal 7 62 211 137 100 0 56 334 132 34
Binary 111 110010 10001001 1011111 1000000 0 101110 11011100 1011010 11100

Color Harmonies of #073289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073289

Black with #073289

Text Example


Text Example

White with #073289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073289; }

 p { color: rgb(7,50,137); }

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

background-color css

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

 a { background-color: rgb(7,50,137); }

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

border-color css

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

 span { border-color: rgb(7,50,137); }

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