#083058

Color #083058 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #083058

Tints of Prussian Blue #083058

Color information

#083058 (or 0x083058) is unknown color: approx Prussian Blue. HEX triplet: 08, 30 and 58. RGB value is (8,48,88). Sum of RGB (Red+Green+Blue) = 8+48+88=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #083058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083058 is #F7CFA7. Grayscale: #282828. Windows color (decimal): -16240552 or 5779464. OLE color: 5779464.

HSL color Cylindrical-coordinate representation of color #083058: hue angle of 210º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083058 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB84888-
CMYK0.910.4500.65
HSL210º83.33%18.82%-
HSV(B)210º90.91%34.51%-
XYZ2.922.879.63-
YUV40.6154.75104.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=5.56%
G=33.33%
B=61.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal848880.910.4500.6521083.3318.82
Hex830585B2D041d25313
Octal106013013355010132212323
Binary1000110000101100010110111011010100000111010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083058; }

 p { color: rgb(8,48,88); }

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

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

 a { background-color: rgb(8,48,88); }

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

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

 span { border-color: rgb(8,48,88); }

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