Html Css Color HEX #084666 Prussian Blue

📋 copy color: '#084666'

red 8 ◦ green 70 ◦ blue 102

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

Shades of Prussian Blue #084666

Tints of Prussian Blue #084666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.67%

R = 4.44%
G = 38.89%
B = 56.67%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084666 (or 0x084666) is known color: Prussian Blue. HEX triplet: 08, 46 and 66. RGB value is (8,70,102). Sum of RGB (Red+Green+Blue) = 8+70+102=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #084666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084666 is #F7B999. Grayscale: #363636. Windows color (decimal): -16234906 or 6702600. OLE color: 6702600.

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

Color convert

RGB 8 70 102 -
CMYK 0.92 0.31 0 0.6
HSL 200.43º 0.85% 0.22% -
HSV(B) 200.43º 0.92% 0.4% -
XYZ 4.69 5.39 13.36 -
YUV 55.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 8 70 102 0.92 0.31 0 0.6 200.43 0.85 0.22
Hex 8 46 66 5C 1F 0 3C C8 55 16
Octal 10 106 146 134 37 0 74 310 125 26
Binary 1000 1000110 1100110 1011100 11111 0 111100 11001000 1010101 10110

Color Harmonies of #084666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084666

Black with #084666

Text Example


Text Example

White with #084666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084666; }

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

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

background-color css

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

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

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

border-color css

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

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

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