#083281

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

Shades of Dark Cerulean #083281

Tints of Dark Cerulean #083281

Color information

#083281 (or 0x083281) is unknown color: approx Dark Cerulean. HEX triplet: 08, 32 and 81. RGB value is (8,50,129). Sum of RGB (Red+Green+Blue) = 8+50+129=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #083281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083281 is #F7CD7E. Grayscale: #2E2E2E. Windows color (decimal): -16239999 or 8466952. OLE color: 8466952.

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

Color convert

RGB850129-
CMYK0.940.6100.49
HSL219.17º88.32%26.86%-
HSV(B)219.17º93.8%50.59%-
XYZ5.23.9221.25-
YUV46.45174.59100.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 129 (50.78% from 255) = 68.98%
R=4.28%
G=26.74%
B=68.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8501290.940.6100.49219.1788.3226.86
Hex832815E3D031db581b
Octal10622011367506133313033
Binary1000110010100000011011110111101011000111011011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083281; }

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

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

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

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

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

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

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

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