Html Css Color HEX #084366 Prussian Blue

📋 copy color: '#084366'

red 8 ◦ green 67 ◦ blue 102

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

Shades of Prussian Blue #084366

Tints of Prussian Blue #084366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

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

R = 4.52%
G = 37.85%
B = 57.63%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084366 (or 0x084366) is known color: Prussian Blue. HEX triplet: 08, 43 and 66. RGB value is (8,67,102). Sum of RGB (Red+Green+Blue) = 8+67+102=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #084366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084366 is #F7BC99. Grayscale: #353535. Windows color (decimal): -16235674 or 6701832. OLE color: 6701832.

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

Color convert

RGB 8 67 102 -
CMYK 0.92 0.34 0 0.6
HSL 202.34º 0.85% 0.22% -
HSV(B) 202.34º 0.92% 0.4% -
XYZ 4.51 5.03 13.3 -
YUV 53.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 8 67 102 0.92 0.34 0 0.6 202.34 0.85 0.22
Hex 8 43 66 5C 22 0 3C CA 55 16
Octal 10 103 146 134 42 0 74 312 125 26
Binary 1000 1000011 1100110 1011100 100010 0 111100 11001010 1010101 10110

Color Harmonies of #084366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084366

Black with #084366

Text Example


Text Example

White with #084366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084366; }

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

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

background-color css

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

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

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

border-color css

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

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

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