Html Css Color HEX #084AB9 Cobalt

📋 copy color: '#084AB9'

red 8 ◦ green 74 ◦ blue 185

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

Shades of Cobalt #084AB9

Tints of Cobalt #084AB9

RGB

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

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

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

R = 3%
G = 27.72%
B = 69.29%

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

#084AB9 (or 0x084AB9) is known color: Cobalt. HEX triplet: 08, 4A and B9. RGB value is (8,74,185). Sum of RGB (Red+Green+Blue) = 8+74+185=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 185 (72.66% from 255 or 69.29% from 267); Max value from RGB is 185 - color contains mainly: blue. Hex color #084AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AB9 is #F7B546. Grayscale: #424242. Windows color (decimal): -16233799 or 12143112. OLE color: 12143112.

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

Color convert

RGB 8 74 185 -
CMYK 0.96 0.6 0 0.27
HSL 217.63º 0.92% 0.38% -
HSV(B) 217.63º 0.96% 0.73% -
XYZ 11.31 8.45 46.93 -
YUV 66.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 8 74 185 0.96 0.6 0 0.27 217.63 0.92 0.38
Hex 8 4A B9 60 3C 0 1B DA 5C 26
Octal 10 112 271 140 74 0 33 332 134 46
Binary 1000 1001010 10111001 1100000 111100 0 11011 11011010 1011100 100110

Color Harmonies of #084AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AB9

Black with #084AB9

Text Example


Text Example

White with #084AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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