Html Css Color HEX #084BAC Cobalt

📋 copy color: '#084BAC'

red 8 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #084BAC

Tints of Cobalt #084BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 3.14%
G = 29.41%
B = 67.45%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#084BAC (or 0x084BAC) is known color: Cobalt. HEX triplet: 08, 4B and AC. RGB value is (8,75,172). Sum of RGB (Red+Green+Blue) = 8+75+172=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #084BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BAC is #F7B453. Grayscale: #414141. Windows color (decimal): -16233556 or 11291400. OLE color: 11291400.

HSL color Cylindrical-coordinate representation of color #084BAC: hue angle of 215.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BAC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 75 172 -
CMYK 0.95 0.56 0 0.33
HSL 215.49º 0.91% 0.35% -
HSV(B) 215.49º 0.95% 0.67% -
XYZ 10.06 8.06 40.06 -
YUV 66.03 187.8 86.61 -
System Red Green Blue C M Y K H S L
Decimal 8 75 172 0.95 0.56 0 0.33 215.49 0.91 0.35
Hex 8 4B AC 5F 38 0 21 D7 5B 23
Octal 10 113 254 137 70 0 41 327 133 43
Binary 1000 1001011 10101100 1011111 111000 0 100001 11010111 1011011 100011

Color Harmonies of #084BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BAC

Black with #084BAC

Text Example


Text Example

White with #084BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,75,172); }

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

background-color css

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

 a { background-color: rgb(8,75,172); }

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

border-color css

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

 span { border-color: rgb(8,75,172); }

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