Html Css Color HEX #084066 Prussian Blue

📋 copy color: '#084066'

red 8 ◦ green 64 ◦ blue 102

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

Shades of Prussian Blue #084066

Tints of Prussian Blue #084066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.78%

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

R = 4.6%
G = 36.78%
B = 58.62%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084066 (or 0x084066) is known color: Prussian Blue. HEX triplet: 08, 40 and 66. RGB value is (8,64,102). Sum of RGB (Red+Green+Blue) = 8+64+102=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #084066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084066 is #F7BF99. Grayscale: #333333. Windows color (decimal): -16236442 or 6701064. OLE color: 6701064.

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

Color convert

RGB 8 64 102 -
CMYK 0.92 0.37 0 0.6
HSL 204.26º 0.85% 0.22% -
HSV(B) 204.26º 0.92% 0.4% -
XYZ 4.33 4.68 13.24 -
YUV 51.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 8 64 102 0.92 0.37 0 0.6 204.26 0.85 0.22
Hex 8 40 66 5C 25 0 3C CC 55 16
Octal 10 100 146 134 45 0 74 314 125 26
Binary 1000 1000000 1100110 1011100 100101 0 111100 11001100 1010101 10110

Color Harmonies of #084066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084066

Black with #084066

Text Example


Text Example

White with #084066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084066; }

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

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

background-color css

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

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

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

border-color css

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

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

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