Html Css Color HEX #0841AA Cobalt

📋 copy color: '#0841AA'

red 8 ◦ green 65 ◦ blue 170

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

Shades of Cobalt #0841AA

Tints of Cobalt #0841AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 3.29%
G = 26.75%
B = 69.96%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0841AA (or 0x0841AA) is known color: Cobalt. HEX triplet: 08, 41 and AA. RGB value is (8,65,170). Sum of RGB (Red+Green+Blue) = 8+65+170=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #0841AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0841AA is #F7BE55. Grayscale: #3B3B3B. Windows color (decimal): -16236118 or 11157768. OLE color: 11157768.

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

Color convert

RGB 8 65 170 -
CMYK 0.95 0.62 0 0.33
HSL 218.89º 0.91% 0.35% -
HSV(B) 218.89º 0.95% 0.67% -
XYZ 9.25 6.73 38.84 -
YUV 59.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 8 65 170 0.95 0.62 0 0.33 218.89 0.91 0.35
Hex 8 41 AA 5F 3E 0 21 DB 5B 23
Octal 10 101 252 137 76 0 41 333 133 43
Binary 1000 1000001 10101010 1011111 111110 0 100001 11011011 1011011 100011

Color Harmonies of #0841AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0841AA

Black with #0841AA

Text Example


Text Example

White with #0841AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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