Html Css Color HEX #073AA2 Smalt

📋 copy color: '#073AA2'

red 7 ◦ green 58 ◦ blue 162

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

Shades of Smalt #073AA2

Tints of Smalt #073AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 162 (63.67% from 255) = 71.37%

R = 3.08%
G = 25.55%
B = 71.37%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#073AA2 (or 0x073AA2) is known color: Smalt. HEX triplet: 07, 3A and A2. RGB value is (7,58,162). Sum of RGB (Red+Green+Blue) = 7+58+162=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #073AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AA2 is #F8C55D. Grayscale: #363636. Windows color (decimal): -16303454 or 10631687. OLE color: 10631687.

HSL color Cylindrical-coordinate representation of color #073AA2: hue angle of 220.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AA2 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 58 162 -
CMYK 0.96 0.64 0 0.36
HSL 220.26º 0.92% 0.33% -
HSV(B) 220.26º 0.96% 0.64% -
XYZ 8.12 5.68 34.85 -
YUV 54.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 7 58 162 0.96 0.64 0 0.36 220.26 0.92 0.33
Hex 7 3A A2 60 40 0 24 DC 5C 21
Octal 7 72 242 140 100 0 44 334 134 41
Binary 111 111010 10100010 1100000 1000000 0 100100 11011100 1011100 100001

Color Harmonies of #073AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AA2

Black with #073AA2

Text Example


Text Example

White with #073AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073AA2; }

 p { color: rgb(7,58,162); }

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

background-color css

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

 a { background-color: rgb(7,58,162); }

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

border-color css

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

 span { border-color: rgb(7,58,162); }

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