Html Css Color HEX #084564 Prussian Blue

📋 copy color: '#084564'

red 8 ◦ green 69 ◦ blue 100

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

Shades of Prussian Blue #084564

Tints of Prussian Blue #084564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 100 (39.45% from 255) = 56.5%

R = 4.52%
G = 38.98%
B = 56.5%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084564 (or 0x084564) is known color: Prussian Blue. HEX triplet: 08, 45 and 64. RGB value is (8,69,100). Sum of RGB (Red+Green+Blue) = 8+69+100=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #084564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084564 is #F7BA9B. Grayscale: #363636. Windows color (decimal): -16235164 or 6571272. OLE color: 6571272.

HSL color Cylindrical-coordinate representation of color #084564: hue angle of 200.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084564 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 69 100 -
CMYK 0.92 0.31 0 0.61
HSL 200.22º 0.85% 0.21% -
HSV(B) 200.22º 0.92% 0.39% -
XYZ 4.53 5.23 12.83 -
YUV 54.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 8 69 100 0.92 0.31 0 0.61 200.22 0.85 0.21
Hex 8 45 64 5C 1F 0 3D C8 55 15
Octal 10 105 144 134 37 0 75 310 125 25
Binary 1000 1000101 1100100 1011100 11111 0 111101 11001000 1010101 10101

Color Harmonies of #084564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084564

Black with #084564

Text Example


Text Example

White with #084564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084564; }

 p { color: rgb(8,69,100); }

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

background-color css

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

 a { background-color: rgb(8,69,100); }

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

border-color css

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

 span { border-color: rgb(8,69,100); }

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