Html Css Color HEX #084CAA Cobalt

📋 copy color: '#084CAA'

red 8 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #084CAA

Tints of Cobalt #084CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 3.15%
G = 29.92%
B = 66.93%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#084CAA (or 0x084CAA) is known color: Cobalt. HEX triplet: 08, 4C and AA. RGB value is (8,76,170). Sum of RGB (Red+Green+Blue) = 8+76+170=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #084CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CAA is #F7B355. Grayscale: #414141. Windows color (decimal): -16233302 or 11160584. OLE color: 11160584.

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

Color convert

RGB 8 76 170 -
CMYK 0.95 0.55 0 0.33
HSL 214.81º 0.91% 0.35% -
HSV(B) 214.81º 0.95% 0.67% -
XYZ 9.94 8.12 39.07 -
YUV 66.38 186.47 86.36 -
System Red Green Blue C M Y K H S L
Decimal 8 76 170 0.95 0.55 0 0.33 214.81 0.91 0.35
Hex 8 4C AA 5F 37 0 21 D7 5B 23
Octal 10 114 252 137 67 0 41 327 133 43
Binary 1000 1001100 10101010 1011111 110111 0 100001 11010111 1011011 100011

Color Harmonies of #084CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CAA

Black with #084CAA

Text Example


Text Example

White with #084CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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