Html Css Color HEX #084C9C Cobalt

📋 copy color: '#084C9C'

red 8 ◦ green 76 ◦ blue 156

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

Shades of Cobalt #084C9C

Tints of Cobalt #084C9C

RGB

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

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

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

R = 3.33%
G = 31.67%
B = 65%

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

#084C9C (or 0x084C9C) is known color: Cobalt. HEX triplet: 08, 4C and 9C. RGB value is (8,76,156). Sum of RGB (Red+Green+Blue) = 8+76+156=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #084C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C9C is #F7B363. Grayscale: #404040. Windows color (decimal): -16233316 or 10243080. OLE color: 10243080.

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

Color convert

RGB 8 76 156 -
CMYK 0.95 0.51 0 0.39
HSL 212.43º 0.9% 0.32% -
HSV(B) 212.43º 0.95% 0.61% -
XYZ 8.69 7.62 32.47 -
YUV 64.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 8 76 156 0.95 0.51 0 0.39 212.43 0.9 0.32
Hex 8 4C 9C 5F 33 0 27 D4 5A 20
Octal 10 114 234 137 63 0 47 324 132 40
Binary 1000 1001100 10011100 1011111 110011 0 100111 11010100 1011010 100000

Color Harmonies of #084C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C9C

Black with #084C9C

Text Example


Text Example

White with #084C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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