Html Css Color HEX #083155 Prussian Blue

📋 copy color: '#083155'

red 8 ◦ green 49 ◦ blue 85

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

Shades of Prussian Blue #083155

Tints of Prussian Blue #083155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.86%

R = 5.63%
G = 34.51%
B = 59.86%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083155 (or 0x083155) is known color: Prussian Blue. HEX triplet: 08, 31 and 55. RGB value is (8,49,85). Sum of RGB (Red+Green+Blue) = 8+49+85=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #083155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083155 is #F7CEAA. Grayscale: #282828. Windows color (decimal): -16240299 or 5583112. OLE color: 5583112.

HSL color Cylindrical-coordinate representation of color #083155: hue angle of 208.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083155 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 49 85 -
CMYK 0.91 0.42 0 0.67
HSL 208.05º 0.83% 0.18% -
HSV(B) 208.05º 0.91% 0.33% -
XYZ 2.84 2.9 9.01 -
YUV 40.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 8 49 85 0.91 0.42 0 0.67 208.05 0.83 0.18
Hex 8 31 55 5B 2A 0 43 D0 53 12
Octal 10 61 125 133 52 0 103 320 123 22
Binary 1000 110001 1010101 1011011 101010 0 1000011 11010000 1010011 10010

Color Harmonies of #083155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083155

Black with #083155

Text Example


Text Example

White with #083155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083155; }

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

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

background-color css

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

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

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

border-color css

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

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

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