#084BAD

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

Shades of Cobalt #084BAD

Tints of Cobalt #084BAD

Color information

#084BAD (or 0x084BAD) is unknown color: approx Cobalt. HEX triplet: 08, 4B and AD. RGB value is (8,75,173). Sum of RGB (Red+Green+Blue) = 8+75+173=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #084BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BAD is #F7B452. Grayscale: #414141. Windows color (decimal): -16233555 or 11356936. OLE color: 11356936.

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

Color convert

RGB875173-
CMYK0.950.5700.32
HSL215.64º91.16%35.49%-
HSV(B)215.64º95.38%67.84%-
XYZ10.168.140.56-
YUV66.14188.386.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=3.12%
G=29.30%
B=67.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8751730.950.5700.32215.6491.1635.49
Hex84BAD5F39020d85b23
Octal101132551377104033013343
Binary100010010111010110110111111110010100000110110001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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