Html Css Color HEX #073DAE Cobalt

📋 copy color: '#073DAE'

red 7 ◦ green 61 ◦ blue 174

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

Shades of Cobalt #073DAE

Tints of Cobalt #073DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 2.89%
G = 25.21%
B = 71.9%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#073DAE (or 0x073DAE) is known color: Cobalt. HEX triplet: 07, 3D and AE. RGB value is (7,61,174). Sum of RGB (Red+Green+Blue) = 7+61+174=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #073DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073DAE is #F8C251. Grayscale: #393939. Windows color (decimal): -16302674 or 11418887. OLE color: 11418887.

HSL color Cylindrical-coordinate representation of color #073DAE: hue angle of 220.6º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DAE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 61 174 -
CMYK 0.96 0.65 0 0.32
HSL 220.6º 0.92% 0.35% -
HSV(B) 220.6º 0.96% 0.68% -
XYZ 9.4 6.44 40.79 -
YUV 57.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 7 61 174 0.96 0.65 0 0.32 220.6 0.92 0.35
Hex 7 3D AE 60 41 0 20 DD 5C 23
Octal 7 75 256 140 101 0 40 335 134 43
Binary 111 111101 10101110 1100000 1000001 0 100000 11011101 1011100 100011

Color Harmonies of #073DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DAE

Black with #073DAE

Text Example


Text Example

White with #073DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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