Html Css Color HEX #083551 Prussian Blue

📋 copy color: '#083551'

red 8 ◦ green 53 ◦ blue 81

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

Shades of Prussian Blue #083551

Tints of Prussian Blue #083551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 81 (32.03% from 255) = 57.04%

R = 5.63%
G = 37.32%
B = 57.04%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#083551 (or 0x083551) is known color: Prussian Blue. HEX triplet: 08, 35 and 51. RGB value is (8,53,81). Sum of RGB (Red+Green+Blue) = 8+53+81=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #083551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083551 is #F7CAAE. Grayscale: #2A2A2A. Windows color (decimal): -16239279 or 5321992. OLE color: 5321992.

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

Color convert

RGB 8 53 81 -
CMYK 0.90 0.35 0 0.68
HSL 203.01º 0.82% 0.17% -
HSV(B) 203.01º 0.9% 0.32% -
XYZ 2.86 3.19 8.25 -
YUV 42.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 8 53 81 0.90 0.35 0 0.68 203.01 0.82 0.17
Hex 8 35 51 5A 23 0 44 CB 52 11
Octal 10 65 121 132 43 0 104 313 122 21
Binary 1000 110101 1010001 1011010 100011 0 1000100 11001011 1010010 10001

Color Harmonies of #083551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083551

Black with #083551

Text Example


Text Example

White with #083551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083551; }

 p { color: rgb(8,53,81); }

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

background-color css

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

 a { background-color: rgb(8,53,81); }

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

border-color css

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

 span { border-color: rgb(8,53,81); }

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