Html Css Color HEX #084164 Prussian Blue

📋 copy color: '#084164'

red 8 ◦ green 65 ◦ blue 100

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

Shades of Prussian Blue #084164

Tints of Prussian Blue #084164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 4.62%
G = 37.57%
B = 57.8%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084164 (or 0x084164) is known color: Prussian Blue. HEX triplet: 08, 41 and 64. RGB value is (8,65,100). Sum of RGB (Red+Green+Blue) = 8+65+100=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #084164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084164 is #F7BE9B. Grayscale: #333333. Windows color (decimal): -16236188 or 6570248. OLE color: 6570248.

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

Color convert

RGB 8 65 100 -
CMYK 0.92 0.35 0 0.61
HSL 202.83º 0.85% 0.21% -
HSV(B) 202.83º 0.92% 0.39% -
XYZ 4.29 4.75 12.75 -
YUV 51.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 8 65 100 0.92 0.35 0 0.61 202.83 0.85 0.21
Hex 8 41 64 5C 23 0 3D CB 55 15
Octal 10 101 144 134 43 0 75 313 125 25
Binary 1000 1000001 1100100 1011100 100011 0 111101 11001011 1010101 10101

Color Harmonies of #084164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084164

Black with #084164

Text Example


Text Example

White with #084164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084164; }

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

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

background-color css

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

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

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

border-color css

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

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

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