Html Css Color HEX #084CA5 Cobalt

📋 copy color: '#084CA5'

red 8 ◦ green 76 ◦ blue 165

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

Shades of Cobalt #084CA5

Tints of Cobalt #084CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

 BLUE value IS 165 (64.84% from 255) = 66.27%

R = 3.21%
G = 30.52%
B = 66.27%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#084CA5 (or 0x084CA5) is known color: Cobalt. HEX triplet: 08, 4C and A5. RGB value is (8,76,165). Sum of RGB (Red+Green+Blue) = 8+76+165=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 165 (64.84% from 255 or 66.27% from 249); Max value from RGB is 165 - color contains mainly: blue. Hex color #084CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CA5 is #F7B35A. Grayscale: #414141. Windows color (decimal): -16233307 or 10832904. OLE color: 10832904.

HSL color Cylindrical-coordinate representation of color #084CA5: hue angle of 214.01º 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 #084CA5 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 76 165 -
CMYK 0.95 0.54 0 0.35
HSL 214.01º 0.91% 0.34% -
HSV(B) 214.01º 0.95% 0.65% -
XYZ 9.48 7.94 36.63 -
YUV 65.81 183.97 86.76 -
System Red Green Blue C M Y K H S L
Decimal 8 76 165 0.95 0.54 0 0.35 214.01 0.91 0.34
Hex 8 4C A5 5F 36 0 23 D6 5B 22
Octal 10 114 245 137 66 0 43 326 133 42
Binary 1000 1001100 10100101 1011111 110110 0 100011 11010110 1011011 100010

Color Harmonies of #084CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CA5

Black with #084CA5

Text Example


Text Example

White with #084CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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