Html Css Color HEX #0841AE Cobalt

📋 copy color: '#0841AE'

red 8 ◦ green 65 ◦ blue 174

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

Shades of Cobalt #0841AE

Tints of Cobalt #0841AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 3.24%
G = 26.32%
B = 70.45%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0841AE (or 0x0841AE) is known color: Cobalt. HEX triplet: 08, 41 and AE. RGB value is (8,65,174). Sum of RGB (Red+Green+Blue) = 8+65+174=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0841AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0841AE is #F7BE51. Grayscale: #3B3B3B. Windows color (decimal): -16236114 or 11419912. OLE color: 11419912.

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

Color convert

RGB 8 65 174 -
CMYK 0.95 0.63 0 0.32
HSL 219.4º 0.91% 0.36% -
HSV(B) 219.4º 0.95% 0.68% -
XYZ 9.63 6.89 40.87 -
YUV 60.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 8 65 174 0.95 0.63 0 0.32 219.4 0.91 0.36
Hex 8 41 AE 5F 3F 0 20 DB 5B 24
Octal 10 101 256 137 77 0 40 333 133 44
Binary 1000 1000001 10101110 1011111 111111 0 100000 11011011 1011011 100100

Color Harmonies of #0841AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0841AE

Black with #0841AE

Text Example


Text Example

White with #0841AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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