Html Css Color HEX #084460 Prussian Blue

📋 copy color: '#084460'

red 8 ◦ green 68 ◦ blue 96

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

Shades of Prussian Blue #084460

Tints of Prussian Blue #084460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 96 (37.89% from 255) = 55.81%

R = 4.65%
G = 39.53%
B = 55.81%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#084460 (or 0x084460) is known color: Prussian Blue. HEX triplet: 08, 44 and 60. RGB value is (8,68,96). Sum of RGB (Red+Green+Blue) = 8+68+96=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #084460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084460 is #F7BB9F. Grayscale: #353535. Windows color (decimal): -16235424 or 6308872. OLE color: 6308872.

HSL color Cylindrical-coordinate representation of color #084460: hue angle of 199.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084460 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 68 96 -
CMYK 0.92 0.29 0 0.62
HSL 199.09º 0.85% 0.2% -
HSV(B) 199.09º 0.92% 0.38% -
XYZ 4.28 5.03 11.81 -
YUV 53.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 8 68 96 0.92 0.29 0 0.62 199.09 0.85 0.2
Hex 8 44 60 5C 1D 0 3E C7 55 14
Octal 10 104 140 134 35 0 76 307 125 24
Binary 1000 1000100 1100000 1011100 11101 0 111110 11000111 1010101 10100

Color Harmonies of #084460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084460

Black with #084460

Text Example


Text Example

White with #084460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084460; }

 p { color: rgb(8,68,96); }

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

background-color css

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

 a { background-color: rgb(8,68,96); }

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

border-color css

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

 span { border-color: rgb(8,68,96); }

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