#083A85

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

Shades of Dark Cerulean #083A85

Tints of Dark Cerulean #083A85

Color information

#083A85 (or 0x083A85) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3A and 85. RGB value is (8,58,133). Sum of RGB (Red+Green+Blue) = 8+58+133=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #083A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A85 is #F7C57A. Grayscale: #333333. Windows color (decimal): -16237947 or 8731144. OLE color: 8731144.

HSL color Cylindrical-coordinate representation of color #083A85: hue angle of 216º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A85 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB858133-
CMYK0.940.5600.48
HSL216º88.65%27.65%-
HSV(B)216º93.98%52.16%-
XYZ5.854.7722.8-
YUV51.6173.9496.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=4.02%
G=29.15%
B=66.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8581330.940.5600.4821688.6527.65
Hex83A855E38030d8591c
Octal10722051367006033013134
Binary1000111010100001011011110111000011000011011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,133); }

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

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

 a { background-color: rgb(8,58,133); }

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

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

 span { border-color: rgb(8,58,133); }

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