Html Css Color HEX #083159 Prussian Blue

📋 copy color: '#083159'

red 8 ◦ green 49 ◦ blue 89

#083159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #083159

Tints of Prussian Blue #083159

RGB

 RED value IS 8 (3.52% from 255) = 5.48%

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 5.48%
G = 33.56%
B = 60.96%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083159 (or 0x083159) is known color: Prussian Blue. HEX triplet: 08, 31 and 59. RGB value is (8,49,89). Sum of RGB (Red+Green+Blue) = 8+49+89=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #083159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083159 is #F7CEA6. Grayscale: #292929. Windows color (decimal): -16240295 or 5845256. OLE color: 5845256.

HSL color Cylindrical-coordinate representation of color #083159: hue angle of 209.63º degrees, saturation: 0.84, 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 #083159 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 49 89 -
CMYK 0.91 0.45 0 0.65
HSL 209.63º 0.84% 0.19% -
HSV(B) 209.63º 0.91% 0.35% -
XYZ 3 2.97 9.87 -
YUV 41.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 8 49 89 0.91 0.45 0 0.65 209.63 0.84 0.19
Hex 8 31 59 5B 2D 0 41 D2 54 13
Octal 10 61 131 133 55 0 101 322 124 23
Binary 1000 110001 1011001 1011011 101101 0 1000001 11010010 1010100 10011

Color Harmonies of #083159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083159

Black with #083159

Text Example


Text Example

White with #083159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083159; }

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

 H1.HeaderClassName
 {
   color: #083159;
 }
 .AnyTagClassName
 {
   color: #083159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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