Html Css Color HEX #084C9F Cobalt

📋 copy color: '#084C9F'

red 8 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #084C9F

Tints of Cobalt #084C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 3.29%
G = 31.28%
B = 65.43%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#084C9F (or 0x084C9F) is known color: Cobalt. HEX triplet: 08, 4C and 9F. RGB value is (8,76,159). Sum of RGB (Red+Green+Blue) = 8+76+159=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #084C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C9F is #F7B360. Grayscale: #404040. Windows color (decimal): -16233313 or 10439688. OLE color: 10439688.

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

Color convert

RGB 8 76 159 -
CMYK 0.95 0.52 0 0.38
HSL 212.98º 0.9% 0.33% -
HSV(B) 212.98º 0.95% 0.62% -
XYZ 8.94 7.72 33.82 -
YUV 65.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 8 76 159 0.95 0.52 0 0.38 212.98 0.9 0.33
Hex 8 4C 9F 5F 34 0 26 D5 5A 21
Octal 10 114 237 137 64 0 46 325 132 41
Binary 1000 1001100 10011111 1011111 110100 0 100110 11010101 1011010 100001

Color Harmonies of #084C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C9F

Black with #084C9F

Text Example


Text Example

White with #084C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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