Html Css Color HEX #074AAE Cobalt

📋 copy color: '#074AAE'

red 7 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #074AAE

Tints of Cobalt #074AAE

RGB

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

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

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

R = 2.75%
G = 29.02%
B = 68.24%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#074AAE (or 0x074AAE) is known color: Cobalt. HEX triplet: 07, 4A and AE. RGB value is (7,74,174). Sum of RGB (Red+Green+Blue) = 7+74+174=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #074AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AAE is #F8B551. Grayscale: #404040. Windows color (decimal): -16299346 or 11422215. OLE color: 11422215.

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

Color convert

RGB 7 74 174 -
CMYK 0.96 0.57 0 0.32
HSL 215.93º 0.92% 0.35% -
HSV(B) 215.93º 0.96% 0.68% -
XYZ 10.18 8 41.05 -
YUV 65.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 7 74 174 0.96 0.57 0 0.32 215.93 0.92 0.35
Hex 7 4A AE 60 39 0 20 D8 5C 23
Octal 7 112 256 140 71 0 40 330 134 43
Binary 111 1001010 10101110 1100000 111001 0 100000 11011000 1011100 100011

Color Harmonies of #074AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AAE

Black with #074AAE

Text Example


Text Example

White with #074AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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