Html Css Color HEX #084AA5 Cobalt

📋 copy color: '#084AA5'

red 8 ◦ green 74 ◦ blue 165

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

Shades of Cobalt #084AA5

Tints of Cobalt #084AA5

RGB

 RED value IS 8 (3.52% from 255) = 3.24%

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

 BLUE value IS 165 (64.84% from 255) = 66.8%

R = 3.24%
G = 29.96%
B = 66.8%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#084AA5 (or 0x084AA5) is known color: Cobalt. HEX triplet: 08, 4A and A5. RGB value is (8,74,165). Sum of RGB (Red+Green+Blue) = 8+74+165=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #084AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AA5 is #F7B55A. Grayscale: #404040. Windows color (decimal): -16233819 or 10832392. OLE color: 10832392.

HSL color Cylindrical-coordinate representation of color #084AA5: hue angle of 214.78º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084AA5 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 74 165 -
CMYK 0.95 0.55 0 0.35
HSL 214.78º 0.91% 0.34% -
HSV(B) 214.78º 0.95% 0.65% -
XYZ 9.34 7.67 36.58 -
YUV 64.64 184.63 87.6 -
System Red Green Blue C M Y K H S L
Decimal 8 74 165 0.95 0.55 0 0.35 214.78 0.91 0.34
Hex 8 4A A5 5F 37 0 23 D7 5B 22
Octal 10 112 245 137 67 0 43 327 133 42
Binary 1000 1001010 10100101 1011111 110111 0 100011 11010111 1011011 100010

Color Harmonies of #084AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AA5

Black with #084AA5

Text Example


Text Example

White with #084AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084AA5; }

 p { color: rgb(8,74,165); }

 H1.HeaderClassName
 {
   color: #084AA5;
 }
 .AnyTagClassName
 {
   color: #084AA5;
 }
</style>

background-color css

<style>
 a { background-color: #084AA5; }

 a { background-color: rgb(8,74,165); }

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

border-color css

<style>
 span { border-color: #084AA5; }

 span { border-color: rgb(8,74,165); }

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