Html Css Color HEX #084069 Prussian Blue

📋 copy color: '#084069'

red 8 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #084069

Tints of Prussian Blue #084069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 4.52%
G = 36.16%
B = 59.32%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084069 (or 0x084069) is known color: Prussian Blue. HEX triplet: 08, 40 and 69. RGB value is (8,64,105). Sum of RGB (Red+Green+Blue) = 8+64+105=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #084069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084069 is #F7BF96. Grayscale: #333333. Windows color (decimal): -16236439 or 6897672. OLE color: 6897672.

HSL color Cylindrical-coordinate representation of color #084069: hue angle of 205.36º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084069 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 64 105 -
CMYK 0.92 0.39 0 0.59
HSL 205.36º 0.86% 0.22% -
HSV(B) 205.36º 0.92% 0.41% -
XYZ 4.48 4.74 14.04 -
YUV 51.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 8 64 105 0.92 0.39 0 0.59 205.36 0.86 0.22
Hex 8 40 69 5C 27 0 3B CD 56 16
Octal 10 100 151 134 47 0 73 315 126 26
Binary 1000 1000000 1101001 1011100 100111 0 111011 11001101 1010110 10110

Color Harmonies of #084069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084069

Black with #084069

Text Example


Text Example

White with #084069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084069; }

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

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

background-color css

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

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

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

border-color css

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

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

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