Html Css Color HEX #074AAA Cobalt

📋 copy color: '#074AAA'

red 7 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #074AAA

Tints of Cobalt #074AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 2.79%
G = 29.48%
B = 67.73%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#074AAA (or 0x074AAA) is known color: Cobalt. HEX triplet: 07, 4A and AA. RGB value is (7,74,170). Sum of RGB (Red+Green+Blue) = 7+74+170=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #074AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AAA is #F8B555. Grayscale: #404040. Windows color (decimal): -16299350 or 11160071. OLE color: 11160071.

HSL color Cylindrical-coordinate representation of color #074AAA: hue angle of 215.34º 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 #074AAA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 74 170 -
CMYK 0.96 0.56 0 0.33
HSL 215.34º 0.92% 0.35% -
HSV(B) 215.34º 0.96% 0.67% -
XYZ 9.79 7.85 39.03 -
YUV 64.91 187.3 86.69 -
System Red Green Blue C M Y K H S L
Decimal 7 74 170 0.96 0.56 0 0.33 215.34 0.92 0.35
Hex 7 4A AA 60 38 0 21 D7 5C 23
Octal 7 112 252 140 70 0 41 327 134 43
Binary 111 1001010 10101010 1100000 111000 0 100001 11010111 1011100 100011

Color Harmonies of #074AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AAA

Black with #074AAA

Text Example


Text Example

White with #074AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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