#083881

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

Shades of Dark Cerulean #083881

Tints of Dark Cerulean #083881

Color information

#083881 (or 0x083881) is unknown color: approx Dark Cerulean. HEX triplet: 08, 38 and 81. RGB value is (8,56,129). Sum of RGB (Red+Green+Blue) = 8+56+129=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #083881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083881 is #F7C77E. Grayscale: #313131. Windows color (decimal): -16238463 or 8468488. OLE color: 8468488.

HSL color Cylindrical-coordinate representation of color #083881: hue angle of 216.2º 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 #083881 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB856129-
CMYK0.940.5700.49
HSL216.2º88.32%26.86%-
HSV(B)216.2º93.8%50.59%-
XYZ5.484.4621.34-
YUV49.97172.698.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=4.15%
G=29.02%
B=66.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8561290.940.5700.49216.288.3226.86
Hex838815E39031d8581b
Octal10702011367106133013033
Binary1000111000100000011011110111001011000111011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083881; }

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

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

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

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

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

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

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

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