Html Css Color HEX #084CBA Cobalt

📋 copy color: '#084CBA'

red 8 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #084CBA

Tints of Cobalt #084CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 2.96%
G = 28.15%
B = 68.89%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#084CBA (or 0x084CBA) is known color: Cobalt. HEX triplet: 08, 4C and BA. RGB value is (8,76,186). Sum of RGB (Red+Green+Blue) = 8+76+186=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #084CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CBA is #F7B345. Grayscale: #434343. Windows color (decimal): -16233286 or 12209160. OLE color: 12209160.

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

Color convert

RGB 8 76 186 -
CMYK 0.96 0.59 0 0.27
HSL 217.08º 0.92% 0.38% -
HSV(B) 217.08º 0.96% 0.73% -
XYZ 11.55 8.77 47.54 -
YUV 68.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 8 76 186 0.96 0.59 0 0.27 217.08 0.92 0.38
Hex 8 4C BA 60 3B 0 1B D9 5C 26
Octal 10 114 272 140 73 0 33 331 134 46
Binary 1000 1001100 10111010 1100000 111011 0 11011 11011001 1011100 100110

Color Harmonies of #084CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CBA

Black with #084CBA

Text Example


Text Example

White with #084CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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