Html Css Color HEX #073FAD Cobalt

📋 copy color: '#073FAD'

red 7 ◦ green 63 ◦ blue 173

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

Shades of Cobalt #073FAD

Tints of Cobalt #073FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 71.19%

R = 2.88%
G = 25.93%
B = 71.19%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#073FAD (or 0x073FAD) is known color: Cobalt. HEX triplet: 07, 3F and AD. RGB value is (7,63,173). Sum of RGB (Red+Green+Blue) = 7+63+173=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #073FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FAD is #F8C052. Grayscale: #3A3A3A. Windows color (decimal): -16302163 or 11353863. OLE color: 11353863.

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

Color convert

RGB 7 63 173 -
CMYK 0.96 0.64 0 0.32
HSL 219.76º 0.92% 0.35% -
HSV(B) 219.76º 0.96% 0.68% -
XYZ 9.41 6.62 40.32 -
YUV 58.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 7 63 173 0.96 0.64 0 0.32 219.76 0.92 0.35
Hex 7 3F AD 60 40 0 20 DC 5C 23
Octal 7 77 255 140 100 0 40 334 134 43
Binary 111 111111 10101101 1100000 1000000 0 100000 11011100 1011100 100011

Color Harmonies of #073FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FAD

Black with #073FAD

Text Example


Text Example

White with #073FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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