#083EB1

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

Shades of Cobalt #083EB1

Tints of Cobalt #083EB1

Color information

#083EB1 (or 0x083EB1) is unknown color: approx Cobalt. HEX triplet: 08, 3E and B1. RGB value is (8,62,177). Sum of RGB (Red+Green+Blue) = 8+62+177=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #083EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083EB1 is #F7C14E. Grayscale: #3A3A3A. Windows color (decimal): -16236879 or 11615752. OLE color: 11615752.

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

Color convert

RGB862177-
CMYK0.950.6500.31
HSL220.83º91.35%36.27%-
HSV(B)220.83º95.48%69.41%-
XYZ9.766.6742.37-
YUV58.96194.6191.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 177 (69.53% from 255) = 71.66%
R=3.24%
G=25.10%
B=71.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8621770.950.6500.31220.8391.3536.27
Hex83EB15F4101Fdd5b24
Octal107626113710103733513344
Binary10001111101011000110111111000001011111110111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,177); }

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

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

 a { background-color: rgb(8,62,177); }

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

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

 span { border-color: rgb(8,62,177); }

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