#083181

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

Shades of Dark Cerulean #083181

Tints of Dark Cerulean #083181

Color information

#083181 (or 0x083181) is unknown color: approx Dark Cerulean. HEX triplet: 08, 31 and 81. RGB value is (8,49,129). Sum of RGB (Red+Green+Blue) = 8+49+129=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #083181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083181 is #F7CE7E. Grayscale: #2D2D2D. Windows color (decimal): -16240255 or 8466696. OLE color: 8466696.

HSL color Cylindrical-coordinate representation of color #083181: hue angle of 219.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083181 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB849129-
CMYK0.940.6200.49
HSL219.67º88.32%26.86%-
HSV(B)219.67º93.8%50.59%-
XYZ5.163.8321.24-
YUV45.86174.92101-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 129 (50.78% from 255) = 69.35%
R=4.30%
G=26.34%
B=69.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8491290.940.6200.49219.6788.3226.86
Hex831815E3E031dc581b
Octal10612011367606133413033
Binary1000110001100000011011110111110011000111011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083181; }

 p { color: rgb(8,49,129); }

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

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

 a { background-color: rgb(8,49,129); }

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

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

 span { border-color: rgb(8,49,129); }

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