#084BA5

Color #084BA5 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #084BA5

Tints of Cobalt #084BA5

Color information

#084BA5 (or 0x084BA5) is unknown color: approx Cobalt. HEX triplet: 08, 4B and A5. RGB value is (8,75,165). Sum of RGB (Red+Green+Blue) = 8+75+165=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #084BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA5 is #F7B45A. Grayscale: #404040. Windows color (decimal): -16233563 or 10832648. OLE color: 10832648.

HSL color Cylindrical-coordinate representation of color #084BA5: hue angle of 214.39º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BA5 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB875165-
CMYK0.950.5500.35
HSL214.39º90.75%33.92%-
HSV(B)214.39º95.15%64.71%-
XYZ9.417.836.61-
YUV65.23184.387.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 165 (64.84% from 255) = 66.53%
R=3.23%
G=30.24%
B=66.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8751650.950.5500.35214.3990.7533.92
Hex84BA55F37023d65b22
Octal101132451376704332613342
Binary100010010111010010110111111101110100011110101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084BA5;
 }
 .AnyTagClassName
 {
   color: #084BA5;
 }
</style>
background-color css

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

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

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

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

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

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