#073FA4

Color #073FA4 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #073FA4

Tints of Cobalt #073FA4

Color information

#073FA4 (or 0x073FA4) is unknown color: approx Cobalt. HEX triplet: 07, 3F and A4. RGB value is (7,63,164). Sum of RGB (Red+Green+Blue) = 7+63+164=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #073FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FA4 is #F8C05B. Grayscale: #393939. Windows color (decimal): -16302172 or 10764039. OLE color: 10764039.

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

Color convert

RGB763164-
CMYK0.960.6200.36
HSL218.6º91.81%33.53%-
HSV(B)218.6º95.73%64.31%-
XYZ8.576.2835.88-
YUV57.77187.9591.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 164 (64.45% from 255) = 70.09%
R=2.99%
G=26.92%
B=70.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7631640.960.6200.36218.691.8133.53
Hex73FA4603E024db5c22
Octal7772441407604433313442
Binary1111111111010010011000001111100100100110110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #073FA4;
 }
 .AnyTagClassName
 {
   color: #073FA4;
 }
</style>
background-color css

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

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

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

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

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

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