Html Css Color HEX #084F9F Cobalt

📋 copy color: '#084F9F'

red 8 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #084F9F

Tints of Cobalt #084F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 3.25%
G = 32.11%
B = 64.63%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#084F9F (or 0x084F9F) is known color: Cobalt. HEX triplet: 08, 4F and 9F. RGB value is (8,79,159). Sum of RGB (Red+Green+Blue) = 8+79+159=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #084F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F9F is #F7B060. Grayscale: #424242. Windows color (decimal): -16232545 or 10440456. OLE color: 10440456.

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

Color convert

RGB 8 79 159 -
CMYK 0.95 0.50 0 0.38
HSL 211.79º 0.9% 0.33% -
HSV(B) 211.79º 0.95% 0.62% -
XYZ 9.15 8.15 33.89 -
YUV 66.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 8 79 159 0.95 0.50 0 0.38 211.79 0.9 0.33
Hex 8 4F 9F 5F 32 0 26 D4 5A 21
Octal 10 117 237 137 62 0 46 324 132 41
Binary 1000 1001111 10011111 1011111 110010 0 100110 11010100 1011010 100001

Color Harmonies of #084F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F9F

Black with #084F9F

Text Example


Text Example

White with #084F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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