Html Css Color HEX #083250 Prussian Blue

📋 copy color: '#083250'

red 8 ◦ green 50 ◦ blue 80

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

Shades of Prussian Blue #083250

Tints of Prussian Blue #083250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 5.8%
G = 36.23%
B = 57.97%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#083250 (or 0x083250) is known color: Prussian Blue. HEX triplet: 08, 32 and 50. RGB value is (8,50,80). Sum of RGB (Red+Green+Blue) = 8+50+80=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #083250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083250 is #F7CDAF. Grayscale: #282828. Windows color (decimal): -16240048 or 5255688. OLE color: 5255688.

HSL color Cylindrical-coordinate representation of color #083250: hue angle of 205º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083250 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 50 80 -
CMYK 0.90 0.37 0 0.69
HSL 205º 0.82% 0.17% -
HSV(B) 205º 0.9% 0.31% -
XYZ 2.69 2.91 8.01 -
YUV 40.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 8 50 80 0.90 0.37 0 0.69 205 0.82 0.17
Hex 8 32 50 5A 25 0 45 CD 52 11
Octal 10 62 120 132 45 0 105 315 122 21
Binary 1000 110010 1010000 1011010 100101 0 1000101 11001101 1010010 10001

Color Harmonies of #083250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083250

Black with #083250

Text Example


Text Example

White with #083250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083250; }

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

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

background-color css

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

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

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

border-color css

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

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

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