Html Css Color HEX #074AB9 Cobalt

📋 copy color: '#074AB9'

red 7 ◦ green 74 ◦ blue 185

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

Shades of Cobalt #074AB9

Tints of Cobalt #074AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 69.55%

R = 2.63%
G = 27.82%
B = 69.55%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#074AB9 (or 0x074AB9) is known color: Cobalt. HEX triplet: 07, 4A and B9. RGB value is (7,74,185). Sum of RGB (Red+Green+Blue) = 7+74+185=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 185 (72.66% from 255 or 69.55% from 266); Max value from RGB is 185 - color contains mainly: blue. Hex color #074AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074AB9 is #F8B546. Grayscale: #424242. Windows color (decimal): -16299335 or 12143111. OLE color: 12143111.

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

Color convert

RGB 7 74 185 -
CMYK 0.96 0.6 0 0.27
HSL 217.42º 0.93% 0.38% -
HSV(B) 217.42º 0.96% 0.73% -
XYZ 11.29 8.45 46.93 -
YUV 66.62 194.8 85.47 -
System Red Green Blue C M Y K H S L
Decimal 7 74 185 0.96 0.6 0 0.27 217.42 0.93 0.38
Hex 7 4A B9 60 3C 0 1B D9 5D 26
Octal 7 112 271 140 74 0 33 331 135 46
Binary 111 1001010 10111001 1100000 111100 0 11011 11011001 1011101 100110

Color Harmonies of #074AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AB9

Black with #074AB9

Text Example


Text Example

White with #074AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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