Html Css Color HEX #073CB9 Cobalt

📋 copy color: '#073CB9'

red 7 ◦ green 60 ◦ blue 185

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

Shades of Cobalt #073CB9

Tints of Cobalt #073CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 185 (72.66% from 255) = 73.41%

R = 2.78%
G = 23.81%
B = 73.41%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#073CB9 (or 0x073CB9) is known color: Cobalt. HEX triplet: 07, 3C and B9. RGB value is (7,60,185). Sum of RGB (Red+Green+Blue) = 7+60+185=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 185 (72.66% from 255 or 73.41% from 252); Max value from RGB is 185 - color contains mainly: blue. Hex color #073CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CB9 is #F8C346. Grayscale: #393939. Windows color (decimal): -16302919 or 12139527. OLE color: 12139527.

HSL color Cylindrical-coordinate representation of color #073CB9: hue angle of 222.13º 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 #073CB9 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 60 185 -
CMYK 0.96 0.68 0 0.27
HSL 222.13º 0.93% 0.38% -
HSV(B) 222.13º 0.96% 0.73% -
XYZ 10.46 6.78 46.66 -
YUV 58.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 7 60 185 0.96 0.68 0 0.27 222.13 0.93 0.38
Hex 7 3C B9 60 44 0 1B DE 5D 26
Octal 7 74 271 140 104 0 33 336 135 46
Binary 111 111100 10111001 1100000 1000100 0 11011 11011110 1011101 100110

Color Harmonies of #073CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CB9

Black with #073CB9

Text Example


Text Example

White with #073CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,185); }

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

background-color css

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

 a { background-color: rgb(7,60,185); }

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

border-color css

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

 span { border-color: rgb(7,60,185); }

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