#083EBA

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

Shades of Cobalt #083EBA

Tints of Cobalt #083EBA

Color information

#083EBA (or 0x083EBA) is unknown color: approx Cobalt. HEX triplet: 08, 3E and BA. RGB value is (8,62,186). Sum of RGB (Red+Green+Blue) = 8+62+186=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #083EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EBA is #F7C145. Grayscale: #3B3B3B. Windows color (decimal): -16236870 or 12205576. OLE color: 12205576.

HSL color Cylindrical-coordinate representation of color #083EBA: hue angle of 221.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083EBA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB862186-
CMYK0.960.6700.27
HSL221.8º91.75%38.04%-
HSV(B)221.8º95.7%72.94%-
XYZ10.697.0447.25-
YUV59.99199.1190.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 62 (24.61% from 255) = 24.22%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=3.12%
G=24.22%
B=72.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8621860.960.6700.27221.891.7538.04
Hex83EBA604301Bde5c26
Octal107627214010303333613446
Binary10001111101011101011000001000011011011110111101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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