Html Css Color HEX #084C9E Cobalt

📋 copy color: '#084C9E'

red 8 ◦ green 76 ◦ blue 158

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

Shades of Cobalt #084C9E

Tints of Cobalt #084C9E

RGB

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

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

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

R = 3.31%
G = 31.4%
B = 65.29%

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

#084C9E (or 0x084C9E) is known color: Cobalt. HEX triplet: 08, 4C and 9E. RGB value is (8,76,158). Sum of RGB (Red+Green+Blue) = 8+76+158=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #084C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C9E is #F7B361. Grayscale: #404040. Windows color (decimal): -16233314 or 10374152. OLE color: 10374152.

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

Color convert

RGB 8 76 158 -
CMYK 0.95 0.52 0 0.38
HSL 212.8º 0.9% 0.33% -
HSV(B) 212.8º 0.95% 0.62% -
XYZ 8.86 7.69 33.37 -
YUV 65.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 8 76 158 0.95 0.52 0 0.38 212.8 0.9 0.33
Hex 8 4C 9E 5F 34 0 26 D5 5A 21
Octal 10 114 236 137 64 0 46 325 132 41
Binary 1000 1001100 10011110 1011111 110100 0 100110 11010101 1011010 100001

Color Harmonies of #084C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C9E

Black with #084C9E

Text Example


Text Example

White with #084C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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