Html Css Color HEX #073CA2 Smalt

📋 copy color: '#073CA2'

red 7 ◦ green 60 ◦ blue 162

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

Shades of Smalt #073CA2

Tints of Smalt #073CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

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

R = 3.06%
G = 26.2%
B = 70.74%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#073CA2 (or 0x073CA2) is known color: Smalt. HEX triplet: 07, 3C and A2. RGB value is (7,60,162). Sum of RGB (Red+Green+Blue) = 7+60+162=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #073CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073CA2 is #F8C35D. Grayscale: #373737. Windows color (decimal): -16302942 or 10632199. OLE color: 10632199.

HSL color Cylindrical-coordinate representation of color #073CA2: hue angle of 219.48º 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 #073CA2 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 60 162 -
CMYK 0.96 0.63 0 0.36
HSL 219.48º 0.92% 0.33% -
HSV(B) 219.48º 0.96% 0.64% -
XYZ 8.23 5.89 34.88 -
YUV 55.78 187.94 93.21 -
System Red Green Blue C M Y K H S L
Decimal 7 60 162 0.96 0.63 0 0.36 219.48 0.92 0.33
Hex 7 3C A2 60 3F 0 24 DB 5C 21
Octal 7 74 242 140 77 0 44 333 134 41
Binary 111 111100 10100010 1100000 111111 0 100100 11011011 1011100 100001

Color Harmonies of #073CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CA2

Black with #073CA2

Text Example


Text Example

White with #073CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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