Html Css Color HEX #073DBA Cobalt

📋 copy color: '#073DBA'

red 7 ◦ green 61 ◦ blue 186

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

Shades of Cobalt #073DBA

Tints of Cobalt #073DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 2.76%
G = 24.02%
B = 73.23%

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

#073DBA (or 0x073DBA) is known color: Cobalt. HEX triplet: 07, 3D and BA. RGB value is (7,61,186). Sum of RGB (Red+Green+Blue) = 7+61+186=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #073DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DBA is #F8C245. Grayscale: #3A3A3A. Windows color (decimal): -16302662 or 12205319. OLE color: 12205319.

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

Color convert

RGB 7 61 186 -
CMYK 0.96 0.67 0 0.27
HSL 221.9º 0.93% 0.38% -
HSV(B) 221.9º 0.96% 0.73% -
XYZ 10.62 6.93 47.23 -
YUV 59.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 7 61 186 0.96 0.67 0 0.27 221.9 0.93 0.38
Hex 7 3D BA 60 43 0 1B DE 5D 26
Octal 7 75 272 140 103 0 33 336 135 46
Binary 111 111101 10111010 1100000 1000011 0 11011 11011110 1011101 100110

Color Harmonies of #073DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DBA

Black with #073DBA

Text Example


Text Example

White with #073DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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