Html Css Color HEX #084063 Prussian Blue

📋 copy color: '#084063'

red 8 ◦ green 64 ◦ blue 99

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

Shades of Prussian Blue #084063

Tints of Prussian Blue #084063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.89%

R = 4.68%
G = 37.43%
B = 57.89%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084063 (or 0x084063) is known color: Prussian Blue. HEX triplet: 08, 40 and 63. RGB value is (8,64,99). Sum of RGB (Red+Green+Blue) = 8+64+99=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #084063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084063 is #F7BF9C. Grayscale: #333333. Windows color (decimal): -16236445 or 6504456. OLE color: 6504456.

HSL color Cylindrical-coordinate representation of color #084063: hue angle of 203.08º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084063 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 64 99 -
CMYK 0.92 0.35 0 0.61
HSL 203.08º 0.85% 0.21% -
HSV(B) 203.08º 0.92% 0.39% -
XYZ 4.19 4.62 12.48 -
YUV 51.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 8 64 99 0.92 0.35 0 0.61 203.08 0.85 0.21
Hex 8 40 63 5C 23 0 3D CB 55 15
Octal 10 100 143 134 43 0 75 313 125 25
Binary 1000 1000000 1100011 1011100 100011 0 111101 11001011 1010101 10101

Color Harmonies of #084063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084063

Black with #084063

Text Example


Text Example

White with #084063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084063; }

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

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

background-color css

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

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

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

border-color css

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

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

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