Html Css Color HEX #084662 Prussian Blue

📋 copy color: '#084662'

red 8 ◦ green 70 ◦ blue 98

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

Shades of Prussian Blue #084662

Tints of Prussian Blue #084662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 4.55%
G = 39.77%
B = 55.68%

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

#084662 (or 0x084662) is known color: Prussian Blue. HEX triplet: 08, 46 and 62. RGB value is (8,70,98). Sum of RGB (Red+Green+Blue) = 8+70+98=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #084662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084662 is #F7B99D. Grayscale: #363636. Windows color (decimal): -16234910 or 6440456. OLE color: 6440456.

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

Color convert

RGB 8 70 98 -
CMYK 0.92 0.29 0 0.62
HSL 198.67º 0.85% 0.21% -
HSV(B) 198.67º 0.92% 0.38% -
XYZ 4.49 5.31 12.34 -
YUV 54.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 8 70 98 0.92 0.29 0 0.62 198.67 0.85 0.21
Hex 8 46 62 5C 1D 0 3E C7 55 15
Octal 10 106 142 134 35 0 76 307 125 25
Binary 1000 1000110 1100010 1011100 11101 0 111110 11000111 1010101 10101

Color Harmonies of #084662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084662

Black with #084662

Text Example


Text Example

White with #084662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084662; }

 p { color: rgb(8,70,98); }

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

background-color css

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

 a { background-color: rgb(8,70,98); }

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

border-color css

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

 span { border-color: rgb(8,70,98); }

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