Html Css Color HEX #074DAA Cobalt

📋 copy color: '#074DAA'

red 7 ◦ green 77 ◦ blue 170

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

Shades of Cobalt #074DAA

Tints of Cobalt #074DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 2.76%
G = 30.31%
B = 66.93%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#074DAA (or 0x074DAA) is known color: Cobalt. HEX triplet: 07, 4D and AA. RGB value is (7,77,170). Sum of RGB (Red+Green+Blue) = 7+77+170=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #074DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074DAA is #F8B255. Grayscale: #424242. Windows color (decimal): -16298582 or 11160839. OLE color: 11160839.

HSL color Cylindrical-coordinate representation of color #074DAA: hue angle of 214.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DAA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 77 170 -
CMYK 0.96 0.55 0 0.33
HSL 214.23º 0.92% 0.35% -
HSV(B) 214.23º 0.96% 0.67% -
XYZ 10 8.26 39.1 -
YUV 66.67 186.31 85.44 -
System Red Green Blue C M Y K H S L
Decimal 7 77 170 0.96 0.55 0 0.33 214.23 0.92 0.35
Hex 7 4D AA 60 37 0 21 D6 5C 23
Octal 7 115 252 140 67 0 41 326 134 43
Binary 111 1001101 10101010 1100000 110111 0 100001 11010110 1011100 100011

Color Harmonies of #074DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DAA

Black with #074DAA

Text Example


Text Example

White with #074DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074DAA; }

 p { color: rgb(7,77,170); }

 H1.HeaderClassName
 {
   color: #074DAA;
 }
 .AnyTagClassName
 {
   color: #074DAA;
 }
</style>

background-color css

<style>
 a { background-color: #074DAA; }

 a { background-color: rgb(7,77,170); }

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

border-color css

<style>
 span { border-color: #074DAA; }

 span { border-color: rgb(7,77,170); }

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