Html Css Color HEX #084668 Prussian Blue

📋 copy color: '#084668'

red 8 ◦ green 70 ◦ blue 104

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

Shades of Prussian Blue #084668

Tints of Prussian Blue #084668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.14%

R = 4.4%
G = 38.46%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084668 (or 0x084668) is known color: Prussian Blue. HEX triplet: 08, 46 and 68. RGB value is (8,70,104). Sum of RGB (Red+Green+Blue) = 8+70+104=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #084668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084668 is #F7B997. Grayscale: #373737. Windows color (decimal): -16234904 or 6833672. OLE color: 6833672.

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

Color convert

RGB 8 70 104 -
CMYK 0.92 0.33 0 0.59
HSL 201.25º 0.86% 0.22% -
HSV(B) 201.25º 0.92% 0.41% -
XYZ 4.79 5.43 13.89 -
YUV 55.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 8 70 104 0.92 0.33 0 0.59 201.25 0.86 0.22
Hex 8 46 68 5C 21 0 3B C9 56 16
Octal 10 106 150 134 41 0 73 311 126 26
Binary 1000 1000110 1101000 1011100 100001 0 111011 11001001 1010110 10110

Color Harmonies of #084668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084668

Black with #084668

Text Example


Text Example

White with #084668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084668; }

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

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

background-color css

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

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

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

border-color css

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

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

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