Html Css Color HEX #073BA1 Smalt

📋 copy color: '#073BA1'

red 7 ◦ green 59 ◦ blue 161

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

Shades of Smalt #073BA1

Tints of Smalt #073BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 161 (63.28% from 255) = 70.93%

R = 3.08%
G = 25.99%
B = 70.93%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#073BA1 (or 0x073BA1) is known color: Smalt. HEX triplet: 07, 3B and A1. RGB value is (7,59,161). Sum of RGB (Red+Green+Blue) = 7+59+161=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 161 (63.28% from 255 or 70.93% from 227); Max value from RGB is 161 - color contains mainly: blue. Hex color #073BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073BA1 is #F8C45E. Grayscale: #363636. Windows color (decimal): -16303199 or 10566407. OLE color: 10566407.

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

Color convert

RGB 7 59 161 -
CMYK 0.96 0.63 0 0.37
HSL 219.74º 0.92% 0.33% -
HSV(B) 219.74º 0.96% 0.63% -
XYZ 8.08 5.75 34.4 -
YUV 55.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 7 59 161 0.96 0.63 0 0.37 219.74 0.92 0.33
Hex 7 3B A1 60 3F 0 25 DC 5C 21
Octal 7 73 241 140 77 0 45 334 134 41
Binary 111 111011 10100001 1100000 111111 0 100101 11011100 1011100 100001

Color Harmonies of #073BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073BA1

Black with #073BA1

Text Example


Text Example

White with #073BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,59,161); }

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

background-color css

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

 a { background-color: rgb(7,59,161); }

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

border-color css

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

 span { border-color: rgb(7,59,161); }

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