Html Css Color HEX #084AB4 Cobalt

📋 copy color: '#084AB4'

red 8 ◦ green 74 ◦ blue 180

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

Shades of Cobalt #084AB4

Tints of Cobalt #084AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 68.7%

R = 3.05%
G = 28.24%
B = 68.7%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#084AB4 (or 0x084AB4) is known color: Cobalt. HEX triplet: 08, 4A and B4. RGB value is (8,74,180). Sum of RGB (Red+Green+Blue) = 8+74+180=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #084AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AB4 is #F7B54B. Grayscale: #414141. Windows color (decimal): -16233804 or 11815432. OLE color: 11815432.

HSL color Cylindrical-coordinate representation of color #084AB4: hue angle of 216.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084AB4 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 74 180 -
CMYK 0.96 0.59 0 0.29
HSL 216.98º 0.91% 0.37% -
HSV(B) 216.98º 0.96% 0.71% -
XYZ 10.79 8.24 44.2 -
YUV 66.35 192.13 86.38 -
System Red Green Blue C M Y K H S L
Decimal 8 74 180 0.96 0.59 0 0.29 216.98 0.91 0.37
Hex 8 4A B4 60 3B 0 1D D9 5B 25
Octal 10 112 264 140 73 0 35 331 133 45
Binary 1000 1001010 10110100 1100000 111011 0 11101 11011001 1011011 100101

Color Harmonies of #084AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AB4

Black with #084AB4

Text Example


Text Example

White with #084AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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