Html Css Color HEX #084166 Prussian Blue

📋 copy color: '#084166'

red 8 ◦ green 65 ◦ blue 102

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

Shades of Prussian Blue #084166

Tints of Prussian Blue #084166

RGB

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

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

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

R = 4.57%
G = 37.14%
B = 58.29%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084166 (or 0x084166) is known color: Prussian Blue. HEX triplet: 08, 41 and 66. RGB value is (8,65,102). Sum of RGB (Red+Green+Blue) = 8+65+102=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #084166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084166 is #F7BE99. Grayscale: #333333. Windows color (decimal): -16236186 or 6701320. OLE color: 6701320.

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

Color convert

RGB 8 65 102 -
CMYK 0.92 0.36 0 0.6
HSL 203.62º 0.85% 0.22% -
HSV(B) 203.62º 0.92% 0.4% -
XYZ 4.39 4.79 13.26 -
YUV 52.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 8 65 102 0.92 0.36 0 0.6 203.62 0.85 0.22
Hex 8 41 66 5C 24 0 3C CC 55 16
Octal 10 101 146 134 44 0 74 314 125 26
Binary 1000 1000001 1100110 1011100 100100 0 111100 11001100 1010101 10110

Color Harmonies of #084166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084166

Black with #084166

Text Example


Text Example

White with #084166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084166; }

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

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

background-color css

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

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

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

border-color css

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

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

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