Html Css Color HEX #084D9C Cobalt

📋 copy color: '#084D9C'

red 8 ◦ green 77 ◦ blue 156

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

Shades of Cobalt #084D9C

Tints of Cobalt #084D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

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

R = 3.32%
G = 31.95%
B = 64.73%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#084D9C (or 0x084D9C) is known color: Cobalt. HEX triplet: 08, 4D and 9C. RGB value is (8,77,156). Sum of RGB (Red+Green+Blue) = 8+77+156=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #084D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D9C is #F7B263. Grayscale: #404040. Windows color (decimal): -16233060 or 10243336. OLE color: 10243336.

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

Color convert

RGB 8 77 156 -
CMYK 0.95 0.51 0 0.39
HSL 212.03º 0.9% 0.32% -
HSV(B) 212.03º 0.95% 0.61% -
XYZ 8.75 7.76 32.49 -
YUV 65.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 8 77 156 0.95 0.51 0 0.39 212.03 0.9 0.32
Hex 8 4D 9C 5F 33 0 27 D4 5A 20
Octal 10 115 234 137 63 0 47 324 132 40
Binary 1000 1001101 10011100 1011111 110011 0 100111 11010100 1011010 100000

Color Harmonies of #084D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D9C

Black with #084D9C

Text Example


Text Example

White with #084D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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