Html Css Color HEX #084CA4 Cobalt

📋 copy color: '#084CA4'

red 8 ◦ green 76 ◦ blue 164

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

Shades of Cobalt #084CA4

Tints of Cobalt #084CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 66.13%

R = 3.23%
G = 30.65%
B = 66.13%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#084CA4 (or 0x084CA4) is known color: Cobalt. HEX triplet: 08, 4C and A4. RGB value is (8,76,164). Sum of RGB (Red+Green+Blue) = 8+76+164=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #084CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CA4 is #F7B35B. Grayscale: #414141. Windows color (decimal): -16233308 or 10767368. OLE color: 10767368.

HSL color Cylindrical-coordinate representation of color #084CA4: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084CA4 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 76 164 -
CMYK 0.95 0.54 0 0.36
HSL 213.85º 0.91% 0.34% -
HSV(B) 213.85º 0.95% 0.64% -
XYZ 9.39 7.9 36.15 -
YUV 65.7 183.47 86.84 -
System Red Green Blue C M Y K H S L
Decimal 8 76 164 0.95 0.54 0 0.36 213.85 0.91 0.34
Hex 8 4C A4 5F 36 0 24 D6 5B 22
Octal 10 114 244 137 66 0 44 326 133 42
Binary 1000 1001100 10100100 1011111 110110 0 100100 11010110 1011011 100010

Color Harmonies of #084CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CA4

Black with #084CA4

Text Example


Text Example

White with #084CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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