Html Css Color HEX #084CB3 Cobalt

📋 copy color: '#084CB3'

red 8 ◦ green 76 ◦ blue 179

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

Shades of Cobalt #084CB3

Tints of Cobalt #084CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.06%

R = 3.04%
G = 28.9%
B = 68.06%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#084CB3 (or 0x084CB3) is known color: Cobalt. HEX triplet: 08, 4C and B3. RGB value is (8,76,179). Sum of RGB (Red+Green+Blue) = 8+76+179=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #084CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CB3 is #F7B34C. Grayscale: #424242. Windows color (decimal): -16233293 or 11750408. OLE color: 11750408.

HSL color Cylindrical-coordinate representation of color #084CB3: hue angle of 216.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084CB3 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 76 179 -
CMYK 0.96 0.58 0 0.30
HSL 216.14º 0.91% 0.37% -
HSV(B) 216.14º 0.96% 0.7% -
XYZ 10.82 8.48 43.71 -
YUV 67.41 190.97 85.62 -
System Red Green Blue C M Y K H S L
Decimal 8 76 179 0.96 0.58 0 0.30 216.14 0.91 0.37
Hex 8 4C B3 60 3A 0 1E D8 5B 25
Octal 10 114 263 140 72 0 36 330 133 45
Binary 1000 1001100 10110011 1100000 111010 0 11110 11011000 1011011 100101

Color Harmonies of #084CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CB3

Black with #084CB3

Text Example


Text Example

White with #084CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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