Html Css Color HEX #084E9E Cobalt

📋 copy color: '#084E9E'

red 8 ◦ green 78 ◦ blue 158

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

Shades of Cobalt #084E9E

Tints of Cobalt #084E9E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.97%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 3.28%
G = 31.97%
B = 64.75%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#084E9E (or 0x084E9E) is known color: Cobalt. HEX triplet: 08, 4E and 9E. RGB value is (8,78,158). Sum of RGB (Red+Green+Blue) = 8+78+158=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #084E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E9E is #F7B161. Grayscale: #414141. Windows color (decimal): -16232802 or 10374664. OLE color: 10374664.

HSL color Cylindrical-coordinate representation of color #084E9E: hue angle of 212º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084E9E is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 78 158 -
CMYK 0.95 0.51 0 0.38
HSL 212º 0.9% 0.33% -
HSV(B) 212º 0.95% 0.62% -
XYZ 9 7.97 33.41 -
YUV 66.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 8 78 158 0.95 0.51 0 0.38 212 0.9 0.33
Hex 8 4E 9E 5F 33 0 26 D4 5A 21
Octal 10 116 236 137 63 0 46 324 132 41
Binary 1000 1001110 10011110 1011111 110011 0 100110 11010100 1011010 100001

Color Harmonies of #084E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E9E

Black with #084E9E

Text Example


Text Example

White with #084E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,158); }

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

background-color css

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

 a { background-color: rgb(8,78,158); }

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

border-color css

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

 span { border-color: rgb(8,78,158); }

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