#084B9B

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

Shades of Cobalt #084B9B

Tints of Cobalt #084B9B

Color information

#084B9B (or 0x084B9B) is unknown color: approx Cobalt. HEX triplet: 08, 4B and 9B. RGB value is (8,75,155). Sum of RGB (Red+Green+Blue) = 8+75+155=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #084B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084B9B is #F7B464. Grayscale: #3F3F3F. Windows color (decimal): -16233573 or 10177288. OLE color: 10177288.

HSL color Cylindrical-coordinate representation of color #084B9B: hue angle of 212.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084B9B is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB875155-
CMYK0.950.5200.39
HSL212.65º90.18%31.96%-
HSV(B)212.65º94.84%60.78%-
XYZ8.537.4532-
YUV64.09179.388-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=3.36%
G=31.51%
B=65.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8751550.950.5200.39212.6590.1831.96
Hex84B9B5F34027d55a20
Octal101132331376404732513240
Binary100010010111001101110111111101000100111110101011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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