Html Css Color HEX #073EBC Cobalt

📋 copy color: '#073EBC'

red 7 ◦ green 62 ◦ blue 188

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

Shades of Cobalt #073EBC

Tints of Cobalt #073EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 2.72%
G = 24.12%
B = 73.15%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#073EBC (or 0x073EBC) is known color: Cobalt. HEX triplet: 07, 3E and BC. RGB value is (7,62,188). Sum of RGB (Red+Green+Blue) = 7+62+188=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #073EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EBC is #F8C143. Grayscale: #3B3B3B. Windows color (decimal): -16302404 or 12336647. OLE color: 12336647.

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

Color convert

RGB 7 62 188 -
CMYK 0.96 0.67 0 0.26
HSL 221.77º 0.93% 0.38% -
HSV(B) 221.77º 0.96% 0.74% -
XYZ 10.89 7.12 48.38 -
YUV 59.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 7 62 188 0.96 0.67 0 0.26 221.77 0.93 0.38
Hex 7 3E BC 60 43 0 1A DE 5D 26
Octal 7 76 274 140 103 0 32 336 135 46
Binary 111 111110 10111100 1100000 1000011 0 11010 11011110 1011101 100110

Color Harmonies of #073EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EBC

Black with #073EBC

Text Example


Text Example

White with #073EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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