Html Css Color HEX #084CAC Cobalt

📋 copy color: '#084CAC'

red 8 ◦ green 76 ◦ blue 172

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

Shades of Cobalt #084CAC

Tints of Cobalt #084CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 3.13%
G = 29.69%
B = 67.19%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#084CAC (or 0x084CAC) is known color: Cobalt. HEX triplet: 08, 4C and AC. RGB value is (8,76,172). Sum of RGB (Red+Green+Blue) = 8+76+172=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #084CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CAC is #F7B353. Grayscale: #424242. Windows color (decimal): -16233300 or 11291656. OLE color: 11291656.

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

Color convert

RGB 8 76 172 -
CMYK 0.95 0.56 0 0.33
HSL 215.12º 0.91% 0.35% -
HSV(B) 215.12º 0.95% 0.67% -
XYZ 10.13 8.2 40.08 -
YUV 66.61 187.47 86.19 -
System Red Green Blue C M Y K H S L
Decimal 8 76 172 0.95 0.56 0 0.33 215.12 0.91 0.35
Hex 8 4C AC 5F 38 0 21 D7 5B 23
Octal 10 114 254 137 70 0 41 327 133 43
Binary 1000 1001100 10101100 1011111 111000 0 100001 11010111 1011011 100011

Color Harmonies of #084CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CAC

Black with #084CAC

Text Example


Text Example

White with #084CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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