Html Css Color HEX #073BBA Cobalt

📋 copy color: '#073BBA'

red 7 ◦ green 59 ◦ blue 186

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

Shades of Cobalt #073BBA

Tints of Cobalt #073BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 2.78%
G = 23.41%
B = 73.81%

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

#073BBA (or 0x073BBA) is known color: Cobalt. HEX triplet: 07, 3B and BA. RGB value is (7,59,186). Sum of RGB (Red+Green+Blue) = 7+59+186=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #073BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BBA is #F8C445. Grayscale: #393939. Windows color (decimal): -16303174 or 12204807. OLE color: 12204807.

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

Color convert

RGB 7 59 186 -
CMYK 0.96 0.68 0 0.27
HSL 222.57º 0.93% 0.38% -
HSV(B) 222.57º 0.96% 0.73% -
XYZ 10.51 6.72 47.2 -
YUV 57.93 200.27 91.67 -
System Red Green Blue C M Y K H S L
Decimal 7 59 186 0.96 0.68 0 0.27 222.57 0.93 0.38
Hex 7 3B BA 60 44 0 1B DF 5D 26
Octal 7 73 272 140 104 0 33 337 135 46
Binary 111 111011 10111010 1100000 1000100 0 11011 11011111 1011101 100110

Color Harmonies of #073BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073BBA

Black with #073BBA

Text Example


Text Example

White with #073BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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