Html Css Color HEX #073EAA Cobalt

📋 copy color: '#073EAA'

red 7 ◦ green 62 ◦ blue 170

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

Shades of Cobalt #073EAA

Tints of Cobalt #073EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 170 (66.8% from 255) = 71.13%

R = 2.93%
G = 25.94%
B = 71.13%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#073EAA (or 0x073EAA) is known color: Cobalt. HEX triplet: 07, 3E and AA. RGB value is (7,62,170). Sum of RGB (Red+Green+Blue) = 7+62+170=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #073EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073EAA is #F8C155. Grayscale: #393939. Windows color (decimal): -16302422 or 11156999. OLE color: 11156999.

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

Color convert

RGB 7 62 170 -
CMYK 0.96 0.64 0 0.33
HSL 219.75º 0.92% 0.35% -
HSV(B) 219.75º 0.96% 0.67% -
XYZ 9.07 6.39 38.79 -
YUV 57.87 191.28 91.72 -
System Red Green Blue C M Y K H S L
Decimal 7 62 170 0.96 0.64 0 0.33 219.75 0.92 0.35
Hex 7 3E AA 60 40 0 21 DC 5C 23
Octal 7 76 252 140 100 0 41 334 134 43
Binary 111 111110 10101010 1100000 1000000 0 100001 11011100 1011100 100011

Color Harmonies of #073EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EAA

Black with #073EAA

Text Example


Text Example

White with #073EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,170); }

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

background-color css

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

 a { background-color: rgb(7,62,170); }

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

border-color css

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

 span { border-color: rgb(7,62,170); }

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