#083EA4

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

Shades of Cobalt #083EA4

Tints of Cobalt #083EA4

Color information

#083EA4 (or 0x083EA4) is unknown color: approx Cobalt. HEX triplet: 08, 3E and A4. RGB value is (8,62,164). Sum of RGB (Red+Green+Blue) = 8+62+164=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #083EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083EA4 is #F7C15B. Grayscale: #393939. Windows color (decimal): -16236892 or 10763784. OLE color: 10763784.

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

Color convert

RGB862164-
CMYK0.950.6200.36
HSL219.23º90.7%33.73%-
HSV(B)219.23º95.12%64.31%-
XYZ8.526.1835.87-
YUV57.48188.1192.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 164 (64.45% from 255) = 70.09%
R=3.42%
G=26.50%
B=70.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8621640.950.6200.36219.2390.733.73
Hex83EA45F3E024db5b22
Octal10762441377604433313342
Binary10001111101010010010111111111100100100110110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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