Html Css Color HEX #084BA5 Cobalt

📋 copy color: '#084BA5'

red 8 ◦ green 75 ◦ blue 165

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

Shades of Cobalt #084BA5

Tints of Cobalt #084BA5

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 value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#084BA5 (or 0x084BA5) is known color: 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

RGB 8 75 165 -
CMYK 0.95 0.55 0 0.35
HSL 214.39º 0.91% 0.34% -
HSV(B) 214.39º 0.95% 0.65% -
XYZ 9.41 7.8 36.61 -
YUV 65.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 8 75 165 0.95 0.55 0 0.35 214.39 0.91 0.34
Hex 8 4B A5 5F 37 0 23 D6 5B 22
Octal 10 113 245 137 67 0 43 326 133 42
Binary 1000 1001011 10100101 1011111 110111 0 100011 11010110 1011011 100010

Color Harmonies of #084BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BA5

Black with #084BA5

Text Example


Text Example

White with #084BA5

Text Example


Text Example

HTML Codes & Css Web 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>