Html Css Color HEX #073EBA Cobalt

📋 copy color: '#073EBA'

red 7 ◦ green 62 ◦ blue 186

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

Shades of Cobalt #073EBA

Tints of Cobalt #073EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 2.75%
G = 24.31%
B = 72.94%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#073EBA (or 0x073EBA) is known color: Cobalt. HEX triplet: 07, 3E and BA. RGB value is (7,62,186). Sum of RGB (Red+Green+Blue) = 7+62+186=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #073EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EBA is #F8C145. Grayscale: #3B3B3B. Windows color (decimal): -16302406 or 12205575. OLE color: 12205575.

HSL color Cylindrical-coordinate representation of color #073EBA: hue angle of 221.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073EBA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 62 186 -
CMYK 0.96 0.67 0 0.27
HSL 221.56º 0.93% 0.38% -
HSV(B) 221.56º 0.96% 0.73% -
XYZ 10.67 7.04 47.25 -
YUV 59.69 199.28 90.42 -
System Red Green Blue C M Y K H S L
Decimal 7 62 186 0.96 0.67 0 0.27 221.56 0.93 0.38
Hex 7 3E BA 60 43 0 1B DE 5D 26
Octal 7 76 272 140 103 0 33 336 135 46
Binary 111 111110 10111010 1100000 1000011 0 11011 11011110 1011101 100110

Color Harmonies of #073EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EBA

Black with #073EBA

Text Example


Text Example

White with #073EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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