Html Css Color HEX #084BBA Cobalt

📋 copy color: '#084BBA'

red 8 ◦ green 75 ◦ blue 186

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

Shades of Cobalt #084BBA

Tints of Cobalt #084BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.88%

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

R = 2.97%
G = 27.88%
B = 69.14%

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

#084BBA (or 0x084BBA) is known color: Cobalt. HEX triplet: 08, 4B and BA. RGB value is (8,75,186). Sum of RGB (Red+Green+Blue) = 8+75+186=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #084BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BBA is #F7B445. Grayscale: #434343. Windows color (decimal): -16233542 or 12208904. OLE color: 12208904.

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

Color convert

RGB 8 75 186 -
CMYK 0.96 0.60 0 0.27
HSL 217.42º 0.92% 0.38% -
HSV(B) 217.42º 0.96% 0.73% -
XYZ 11.48 8.63 47.51 -
YUV 67.62 194.8 85.47 -
System Red Green Blue C M Y K H S L
Decimal 8 75 186 0.96 0.60 0 0.27 217.42 0.92 0.38
Hex 8 4B BA 60 3C 0 1B D9 5C 26
Octal 10 113 272 140 74 0 33 331 134 46
Binary 1000 1001011 10111010 1100000 111100 0 11011 11011001 1011100 100110

Color Harmonies of #084BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BBA

Black with #084BBA

Text Example


Text Example

White with #084BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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