#0843A1

Color #0843A1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0843A1

Tints of Cobalt #0843A1

Color information

#0843A1 (or 0x0843A1) is unknown color: approx Cobalt. HEX triplet: 08, 43 and A1. RGB value is (8,67,161). Sum of RGB (Red+Green+Blue) = 8+67+161=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #0843A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843A1 is #F7BC5E. Grayscale: #3B3B3B. Windows color (decimal): -16235615 or 10568456. OLE color: 10568456.

HSL color Cylindrical-coordinate representation of color #0843A1: hue angle of 216.86º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0843A1 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB867161-
CMYK0.950.5800.37
HSL216.86º90.53%33.14%-
HSV(B)216.86º95.03%63.14%-
XYZ8.546.6434.55-
YUV60.08184.9590.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 161 (63.28% from 255) = 68.22%
R=3.39%
G=28.39%
B=68.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8671610.950.5800.37216.8690.5333.14
Hex843A15F3A025d95b21
Octal101032411377204533113341
Binary100010000111010000110111111110100100101110110011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0843A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0843A1; }

 p { color: rgb(8,67,161); }

 H1.HeaderClassName
 {
   color: #0843A1;
 }
 .AnyTagClassName
 {
   color: #0843A1;
 }
</style>
background-color css

<style>
 a { background-color: #0843A1; }

 a { background-color: rgb(8,67,161); }

 div.DivClassName
 {
   background-color: #0843A1;
 }
 .BgClassName
 {
   background-color: #0843A1;
 }
</style>
border-color css

<style>
 span { border-color: #0843A1; }

 span { border-color: rgb(8,67,161); }

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