Html Css Color HEX #083150 Prussian Blue

📋 copy color: '#083150'

red 8 ◦ green 49 ◦ blue 80

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

Shades of Prussian Blue #083150

Tints of Prussian Blue #083150

RGB

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

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

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

R = 5.84%
G = 35.77%
B = 58.39%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#083150 (or 0x083150) is known color: Prussian Blue. HEX triplet: 08, 31 and 50. RGB value is (8,49,80). Sum of RGB (Red+Green+Blue) = 8+49+80=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #083150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083150 is #F7CEAF. Grayscale: #282828. Windows color (decimal): -16240304 or 5255432. OLE color: 5255432.

HSL color Cylindrical-coordinate representation of color #083150: hue angle of 205.83º 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 #083150 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 49 80 -
CMYK 0.90 0.39 0 0.69
HSL 205.83º 0.82% 0.17% -
HSV(B) 205.83º 0.9% 0.31% -
XYZ 2.65 2.83 8 -
YUV 40.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 8 49 80 0.90 0.39 0 0.69 205.83 0.82 0.17
Hex 8 31 50 5A 27 0 45 CE 52 11
Octal 10 61 120 132 47 0 105 316 122 21
Binary 1000 110001 1010000 1011010 100111 0 1000101 11001110 1010010 10001

Color Harmonies of #083150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083150

Black with #083150

Text Example


Text Example

White with #083150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083150; }

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

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

background-color css

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

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

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

border-color css

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

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

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