Html Css Color HEX #073CBB Cobalt

📋 copy color: '#073CBB'

red 7 ◦ green 60 ◦ blue 187

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

Shades of Cobalt #073CBB

Tints of Cobalt #073CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 2.76%
G = 23.62%
B = 73.62%

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

#073CBB (or 0x073CBB) is known color: Cobalt. HEX triplet: 07, 3C and BB. RGB value is (7,60,187). Sum of RGB (Red+Green+Blue) = 7+60+187=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #073CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CBB is #F8C344. Grayscale: #3A3A3A. Windows color (decimal): -16302917 or 12270599. OLE color: 12270599.

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

Color convert

RGB 7 60 187 -
CMYK 0.96 0.68 0 0.27
HSL 222.33º 0.93% 0.38% -
HSV(B) 222.33º 0.96% 0.73% -
XYZ 10.67 6.86 47.78 -
YUV 58.63 200.44 91.17 -
System Red Green Blue C M Y K H S L
Decimal 7 60 187 0.96 0.68 0 0.27 222.33 0.93 0.38
Hex 7 3C BB 60 44 0 1B DE 5D 26
Octal 7 74 273 140 104 0 33 336 135 46
Binary 111 111100 10111011 1100000 1000100 0 11011 11011110 1011101 100110

Color Harmonies of #073CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CBB

Black with #073CBB

Text Example


Text Example

White with #073CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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