Html Css Color HEX #084469 Prussian Blue

📋 copy color: '#084469'

red 8 ◦ green 68 ◦ blue 105

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

Shades of Prussian Blue #084469

Tints of Prussian Blue #084469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 4.42%
G = 37.57%
B = 58.01%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084469 (or 0x084469) is known color: Prussian Blue. HEX triplet: 08, 44 and 69. RGB value is (8,68,105). Sum of RGB (Red+Green+Blue) = 8+68+105=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #084469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084469 is #F7BB96. Grayscale: #363636. Windows color (decimal): -16235415 or 6898696. OLE color: 6898696.

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

Color convert

RGB 8 68 105 -
CMYK 0.92 0.35 0 0.59
HSL 202.89º 0.86% 0.22% -
HSV(B) 202.89º 0.92% 0.41% -
XYZ 4.72 5.21 14.12 -
YUV 54.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 8 68 105 0.92 0.35 0 0.59 202.89 0.86 0.22
Hex 8 44 69 5C 23 0 3B CB 56 16
Octal 10 104 151 134 43 0 73 313 126 26
Binary 1000 1000100 1101001 1011100 100011 0 111011 11001011 1010110 10110

Color Harmonies of #084469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084469

Black with #084469

Text Example


Text Example

White with #084469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084469; }

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

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

background-color css

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

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

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

border-color css

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

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

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