#083FA5

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

Shades of Cobalt #083FA5

Tints of Cobalt #083FA5

Color information

#083FA5 (or 0x083FA5) is unknown color: approx Cobalt. HEX triplet: 08, 3F and A5. RGB value is (8,63,165). Sum of RGB (Red+Green+Blue) = 8+63+165=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 165 (64.84% from 255 or 69.92% from 236); Max value from RGB is 165 - color contains mainly: blue. Hex color #083FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FA5 is #F7C05A. Grayscale: #393939. Windows color (decimal): -16236635 or 10829576. OLE color: 10829576.

HSL color Cylindrical-coordinate representation of color #083FA5: hue angle of 218.98º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083FA5 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB863165-
CMYK0.950.6200.35
HSL218.98º90.75%33.92%-
HSV(B)218.98º95.15%64.71%-
XYZ8.676.3236.36-
YUV58.18188.2892.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 165 (64.84% from 255) = 69.92%
R=3.39%
G=26.69%
B=69.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8631650.950.6200.35218.9890.7533.92
Hex83FA55F3E023db5b22
Octal10772451377604333313342
Binary10001111111010010110111111111100100011110110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083FA5; }

 p { color: rgb(8,63,165); }

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

<style>
 a { background-color: #083FA5; }

 a { background-color: rgb(8,63,165); }

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

<style>
 span { border-color: #083FA5; }

 span { border-color: rgb(8,63,165); }

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