Html Css Color HEX #0849AD Cobalt

📋 copy color: '#0849AD'

red 8 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #0849AD

Tints of Cobalt #0849AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 3.15%
G = 28.74%
B = 68.11%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0849AD (or 0x0849AD) is known color: Cobalt. HEX triplet: 08, 49 and AD. RGB value is (8,73,173). Sum of RGB (Red+Green+Blue) = 8+73+173=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #0849AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0849AD is #F7B652. Grayscale: #404040. Windows color (decimal): -16234067 or 11356424. OLE color: 11356424.

HSL color Cylindrical-coordinate representation of color #0849AD: hue angle of 216.36º 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 #0849AD is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 73 173 -
CMYK 0.95 0.58 0 0.32
HSL 216.36º 0.91% 0.35% -
HSV(B) 216.36º 0.95% 0.68% -
XYZ 10.03 7.83 40.52 -
YUV 64.97 188.97 87.37 -
System Red Green Blue C M Y K H S L
Decimal 8 73 173 0.95 0.58 0 0.32 216.36 0.91 0.35
Hex 8 49 AD 5F 3A 0 20 D8 5B 23
Octal 10 111 255 137 72 0 40 330 133 43
Binary 1000 1001001 10101101 1011111 111010 0 100000 11011000 1011011 100011

Color Harmonies of #0849AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849AD

Black with #0849AD

Text Example


Text Example

White with #0849AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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