Html Css Color HEX #073EA2 Cobalt

📋 copy color: '#073EA2'

red 7 ◦ green 62 ◦ blue 162

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

Shades of Cobalt #073EA2

Tints of Cobalt #073EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 70.13%

R = 3.03%
G = 26.84%
B = 70.13%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#073EA2 (or 0x073EA2) is known color: Cobalt. HEX triplet: 07, 3E and A2. RGB value is (7,62,162). Sum of RGB (Red+Green+Blue) = 7+62+162=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #073EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073EA2 is #F8C15D. Grayscale: #383838. Windows color (decimal): -16302430 or 10632711. OLE color: 10632711.

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

Color convert

RGB 7 62 162 -
CMYK 0.96 0.62 0 0.36
HSL 218.71º 0.92% 0.33% -
HSV(B) 218.71º 0.96% 0.64% -
XYZ 8.33 6.1 34.92 -
YUV 56.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 7 62 162 0.96 0.62 0 0.36 218.71 0.92 0.33
Hex 7 3E A2 60 3E 0 24 DB 5C 21
Octal 7 76 242 140 76 0 44 333 134 41
Binary 111 111110 10100010 1100000 111110 0 100100 11011011 1011100 100001

Color Harmonies of #073EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EA2

Black with #073EA2

Text Example


Text Example

White with #073EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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