Html Css Color HEX #074AA8 Cobalt

📋 copy color: '#074AA8'

red 7 ◦ green 74 ◦ blue 168

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

Shades of Cobalt #074AA8

Tints of Cobalt #074AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 67.47%

R = 2.81%
G = 29.72%
B = 67.47%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#074AA8 (or 0x074AA8) is known color: Cobalt. HEX triplet: 07, 4A and A8. RGB value is (7,74,168). Sum of RGB (Red+Green+Blue) = 7+74+168=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #074AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AA8 is #F8B557. Grayscale: #404040. Windows color (decimal): -16299352 or 11028999. OLE color: 11028999.

HSL color Cylindrical-coordinate representation of color #074AA8: hue angle of 215.03º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AA8 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 7 74 168 -
CMYK 0.96 0.56 0 0.34
HSL 215.03º 0.92% 0.34% -
HSV(B) 215.03º 0.96% 0.66% -
XYZ 9.6 7.77 38.04 -
YUV 64.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 7 74 168 0.96 0.56 0 0.34 215.03 0.92 0.34
Hex 7 4A A8 60 38 0 22 D7 5C 22
Octal 7 112 250 140 70 0 42 327 134 42
Binary 111 1001010 10101000 1100000 111000 0 100010 11010111 1011100 100010

Color Harmonies of #074AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AA8

Black with #074AA8

Text Example


Text Example

White with #074AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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