Html Css Color HEX #0849AA Cobalt

📋 copy color: '#0849AA'

red 8 ◦ green 73 ◦ blue 170

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

Shades of Cobalt #0849AA

Tints of Cobalt #0849AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 3.19%
G = 29.08%
B = 67.73%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0849AA (or 0x0849AA) is known color: Cobalt. HEX triplet: 08, 49 and AA. RGB value is (8,73,170). Sum of RGB (Red+Green+Blue) = 8+73+170=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #0849AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0849AA is #F7B655. Grayscale: #404040. Windows color (decimal): -16234070 or 11159816. OLE color: 11159816.

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

Color convert

RGB 8 73 170 -
CMYK 0.95 0.57 0 0.33
HSL 215.93º 0.91% 0.35% -
HSV(B) 215.93º 0.95% 0.67% -
XYZ 9.74 7.72 39.01 -
YUV 64.62 187.47 87.61 -
System Red Green Blue C M Y K H S L
Decimal 8 73 170 0.95 0.57 0 0.33 215.93 0.91 0.35
Hex 8 49 AA 5F 39 0 21 D8 5B 23
Octal 10 111 252 137 71 0 41 330 133 43
Binary 1000 1001001 10101010 1011111 111001 0 100001 11011000 1011011 100011

Color Harmonies of #0849AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849AA

Black with #0849AA

Text Example


Text Example

White with #0849AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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