Html Css Color HEX #084064 Prussian Blue

📋 copy color: '#084064'

red 8 ◦ green 64 ◦ blue 100

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

Shades of Prussian Blue #084064

Tints of Prussian Blue #084064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

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

R = 4.65%
G = 37.21%
B = 58.14%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084064 (or 0x084064) is known color: Prussian Blue. HEX triplet: 08, 40 and 64. RGB value is (8,64,100). Sum of RGB (Red+Green+Blue) = 8+64+100=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #084064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084064 is #F7BF9B. Grayscale: #333333. Windows color (decimal): -16236444 or 6569992. OLE color: 6569992.

HSL color Cylindrical-coordinate representation of color #084064: hue angle of 203.48º 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 #084064 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 64 100 -
CMYK 0.92 0.36 0 0.61
HSL 203.48º 0.85% 0.21% -
HSV(B) 203.48º 0.92% 0.39% -
XYZ 4.23 4.64 12.73 -
YUV 51.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 8 64 100 0.92 0.36 0 0.61 203.48 0.85 0.21
Hex 8 40 64 5C 24 0 3D CB 55 15
Octal 10 100 144 134 44 0 75 313 125 25
Binary 1000 1000000 1100100 1011100 100100 0 111101 11001011 1010101 10101

Color Harmonies of #084064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084064

Black with #084064

Text Example


Text Example

White with #084064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084064; }

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

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

background-color css

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

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

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

border-color css

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

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

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