Html Css Color HEX #084ABA Cobalt

📋 copy color: '#084ABA'

red 8 ◦ green 74 ◦ blue 186

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

Shades of Cobalt #084ABA

Tints of Cobalt #084ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 2.99%
G = 27.61%
B = 69.4%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#084ABA (or 0x084ABA) is known color: Cobalt. HEX triplet: 08, 4A and BA. RGB value is (8,74,186). Sum of RGB (Red+Green+Blue) = 8+74+186=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #084ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ABA is #F7B545. Grayscale: #424242. Windows color (decimal): -16233798 or 12208648. OLE color: 12208648.

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

Color convert

RGB 8 74 186 -
CMYK 0.96 0.60 0 0.27
HSL 217.75º 0.92% 0.38% -
HSV(B) 217.75º 0.96% 0.73% -
XYZ 11.41 8.49 47.49 -
YUV 67.03 195.13 85.89 -
System Red Green Blue C M Y K H S L
Decimal 8 74 186 0.96 0.60 0 0.27 217.75 0.92 0.38
Hex 8 4A BA 60 3C 0 1B DA 5C 26
Octal 10 112 272 140 74 0 33 332 134 46
Binary 1000 1001010 10111010 1100000 111100 0 11011 11011010 1011100 100110

Color Harmonies of #084ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ABA

Black with #084ABA

Text Example


Text Example

White with #084ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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