Html Css Color HEX #083554 Prussian Blue

📋 copy color: '#083554'

red 8 ◦ green 53 ◦ blue 84

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

Shades of Prussian Blue #083554

Tints of Prussian Blue #083554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 57.93%

R = 5.52%
G = 36.55%
B = 57.93%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083554 (or 0x083554) is known color: Prussian Blue. HEX triplet: 08, 35 and 54. RGB value is (8,53,84). Sum of RGB (Red+Green+Blue) = 8+53+84=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #083554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083554 is #F7CAAB. Grayscale: #2A2A2A. Windows color (decimal): -16239276 or 5518600. OLE color: 5518600.

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

Color convert

RGB 8 53 84 -
CMYK 0.90 0.37 0 0.67
HSL 204.47º 0.83% 0.18% -
HSV(B) 204.47º 0.9% 0.33% -
XYZ 2.97 3.24 8.86 -
YUV 43.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 8 53 84 0.90 0.37 0 0.67 204.47 0.83 0.18
Hex 8 35 54 5A 25 0 43 CC 53 12
Octal 10 65 124 132 45 0 103 314 123 22
Binary 1000 110101 1010100 1011010 100101 0 1000011 11001100 1010011 10010

Color Harmonies of #083554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083554

Black with #083554

Text Example


Text Example

White with #083554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083554; }

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

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

background-color css

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

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

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

border-color css

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

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

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