Html Css Color HEX #084CAF Cobalt

📋 copy color: '#084CAF'

red 8 ◦ green 76 ◦ blue 175

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

Shades of Cobalt #084CAF

Tints of Cobalt #084CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 3.09%
G = 29.34%
B = 67.57%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#084CAF (or 0x084CAF) is known color: Cobalt. HEX triplet: 08, 4C and AF. RGB value is (8,76,175). Sum of RGB (Red+Green+Blue) = 8+76+175=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #084CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CAF is #F7B350. Grayscale: #424242. Windows color (decimal): -16233297 or 11488264. OLE color: 11488264.

HSL color Cylindrical-coordinate representation of color #084CAF: hue angle of 215.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084CAF is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 76 175 -
CMYK 0.95 0.57 0 0.31
HSL 215.57º 0.91% 0.36% -
HSV(B) 215.57º 0.95% 0.69% -
XYZ 10.42 8.32 41.61 -
YUV 66.95 188.97 85.95 -
System Red Green Blue C M Y K H S L
Decimal 8 76 175 0.95 0.57 0 0.31 215.57 0.91 0.36
Hex 8 4C AF 5F 39 0 1F D8 5B 24
Octal 10 114 257 137 71 0 37 330 133 44
Binary 1000 1001100 10101111 1011111 111001 0 11111 11011000 1011011 100100

Color Harmonies of #084CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CAF

Black with #084CAF

Text Example


Text Example

White with #084CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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