Html Css Color HEX #084AAE Cobalt

📋 copy color: '#084AAE'

red 8 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #084AAE

Tints of Cobalt #084AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 3.13%
G = 28.91%
B = 67.97%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#084AAE (or 0x084AAE) is known color: Cobalt. HEX triplet: 08, 4A and AE. RGB value is (8,74,174). Sum of RGB (Red+Green+Blue) = 8+74+174=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #084AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AAE is #F7B551. Grayscale: #414141. Windows color (decimal): -16233810 or 11422216. OLE color: 11422216.

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

Color convert

RGB 8 74 174 -
CMYK 0.95 0.57 0 0.32
HSL 216.14º 0.91% 0.36% -
HSV(B) 216.14º 0.95% 0.68% -
XYZ 10.19 8.01 41.05 -
YUV 65.67 189.13 86.87 -
System Red Green Blue C M Y K H S L
Decimal 8 74 174 0.95 0.57 0 0.32 216.14 0.91 0.36
Hex 8 4A AE 5F 39 0 20 D8 5B 24
Octal 10 112 256 137 71 0 40 330 133 44
Binary 1000 1001010 10101110 1011111 111001 0 100000 11011000 1011011 100100

Color Harmonies of #084AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AAE

Black with #084AAE

Text Example


Text Example

White with #084AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,74,174); }

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

background-color css

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

 a { background-color: rgb(8,74,174); }

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

border-color css

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

 span { border-color: rgb(8,74,174); }

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