Html Css Color HEX #073FA0 Smalt

📋 copy color: '#073FA0'

red 7 ◦ green 63 ◦ blue 160

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

Shades of Smalt #073FA0

Tints of Smalt #073FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 160 (62.89% from 255) = 69.57%

R = 3.04%
G = 27.39%
B = 69.57%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#073FA0 (or 0x073FA0) is known color: Smalt. HEX triplet: 07, 3F and A0. RGB value is (7,63,160). Sum of RGB (Red+Green+Blue) = 7+63+160=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #073FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FA0 is #F8C05F. Grayscale: #383838. Windows color (decimal): -16302176 or 10501895. OLE color: 10501895.

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

Color convert

RGB 7 63 160 -
CMYK 0.96 0.61 0 0.37
HSL 218.04º 0.92% 0.33% -
HSV(B) 218.04º 0.96% 0.63% -
XYZ 8.21 6.14 34.01 -
YUV 57.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 7 63 160 0.96 0.61 0 0.37 218.04 0.92 0.33
Hex 7 3F A0 60 3D 0 25 DA 5C 21
Octal 7 77 240 140 75 0 45 332 134 41
Binary 111 111111 10100000 1100000 111101 0 100101 11011010 1011100 100001

Color Harmonies of #073FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FA0

Black with #073FA0

Text Example


Text Example

White with #073FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,160); }

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

background-color css

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

 a { background-color: rgb(7,63,160); }

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

border-color css

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

 span { border-color: rgb(7,63,160); }

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