Html Css Color HEX #084E9C Cobalt

📋 copy color: '#084E9C'

red 8 ◦ green 78 ◦ blue 156

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

Shades of Cobalt #084E9C

Tints of Cobalt #084E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 3.31%
G = 32.23%
B = 64.46%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#084E9C (or 0x084E9C) is known color: Cobalt. HEX triplet: 08, 4E and 9C. RGB value is (8,78,156). Sum of RGB (Red+Green+Blue) = 8+78+156=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #084E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E9C is #F7B163. Grayscale: #414141. Windows color (decimal): -16232804 or 10243592. OLE color: 10243592.

HSL color Cylindrical-coordinate representation of color #084E9C: hue angle of 211.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084E9C is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 78 156 -
CMYK 0.95 0.5 0 0.39
HSL 211.62º 0.9% 0.32% -
HSV(B) 211.62º 0.95% 0.61% -
XYZ 8.83 7.9 32.51 -
YUV 65.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 8 78 156 0.95 0.5 0 0.39 211.62 0.9 0.32
Hex 8 4E 9C 5F 32 0 27 D4 5A 20
Octal 10 116 234 137 62 0 47 324 132 40
Binary 1000 1001110 10011100 1011111 110010 0 100111 11010100 1011010 100000

Color Harmonies of #084E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E9C

Black with #084E9C

Text Example


Text Example

White with #084E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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