Html Css Color HEX #083059 Prussian Blue

📋 copy color: '#083059'

red 8 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #083059

Tints of Prussian Blue #083059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

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

R = 5.52%
G = 33.1%
B = 61.38%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083059 (or 0x083059) is known color: Prussian Blue. HEX triplet: 08, 30 and 59. RGB value is (8,48,89). Sum of RGB (Red+Green+Blue) = 8+48+89=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #083059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083059 is #F7CFA6. Grayscale: #282828. Windows color (decimal): -16240551 or 5845000. OLE color: 5845000.

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

Color convert

RGB 8 48 89 -
CMYK 0.91 0.46 0 0.65
HSL 210.37º 0.84% 0.19% -
HSV(B) 210.37º 0.91% 0.35% -
XYZ 2.96 2.89 9.85 -
YUV 40.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 8 48 89 0.91 0.46 0 0.65 210.37 0.84 0.19
Hex 8 30 59 5B 2E 0 41 D2 54 13
Octal 10 60 131 133 56 0 101 322 124 23
Binary 1000 110000 1011001 1011011 101110 0 1000001 11010010 1010100 10011

Color Harmonies of #083059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083059

Black with #083059

Text Example


Text Example

White with #083059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083059; }

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

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

background-color css

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

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

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

border-color css

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

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

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