Html Css Color HEX #0842AD Cobalt

📋 copy color: '#0842AD'

red 8 ◦ green 66 ◦ blue 173

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

Shades of Cobalt #0842AD

Tints of Cobalt #0842AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 3.24%
G = 26.72%
B = 70.04%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0842AD (or 0x0842AD) is known color: Cobalt. HEX triplet: 08, 42 and AD. RGB value is (8,66,173). Sum of RGB (Red+Green+Blue) = 8+66+173=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0842AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0842AD is #F7BD52. Grayscale: #3C3C3C. Windows color (decimal): -16235859 or 11354632. OLE color: 11354632.

HSL color Cylindrical-coordinate representation of color #0842AD: hue angle of 218.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0842AD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 66 173 -
CMYK 0.95 0.62 0 0.32
HSL 218.91º 0.91% 0.35% -
HSV(B) 218.91º 0.95% 0.68% -
XYZ 9.59 6.97 40.37 -
YUV 60.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 8 66 173 0.95 0.62 0 0.32 218.91 0.91 0.35
Hex 8 42 AD 5F 3E 0 20 DB 5B 23
Octal 10 102 255 137 76 0 40 333 133 43
Binary 1000 1000010 10101101 1011111 111110 0 100000 11011011 1011011 100011

Color Harmonies of #0842AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0842AD

Black with #0842AD

Text Example


Text Example

White with #0842AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0842AD; }

 p { color: rgb(8,66,173); }

 H1.HeaderClassName
 {
   color: #0842AD;
 }
 .AnyTagClassName
 {
   color: #0842AD;
 }
</style>

background-color css

<style>
 a { background-color: #0842AD; }

 a { background-color: rgb(8,66,173); }

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

border-color css

<style>
 span { border-color: #0842AD; }

 span { border-color: rgb(8,66,173); }

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