Html Css Color HEX #084463 Prussian Blue

📋 copy color: '#084463'

red 8 ◦ green 68 ◦ blue 99

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

Shades of Prussian Blue #084463

Tints of Prussian Blue #084463

RGB

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

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

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

R = 4.57%
G = 38.86%
B = 56.57%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084463 (or 0x084463) is known color: Prussian Blue. HEX triplet: 08, 44 and 63. RGB value is (8,68,99). Sum of RGB (Red+Green+Blue) = 8+68+99=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #084463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084463 is #F7BB9C. Grayscale: #353535. Windows color (decimal): -16235421 or 6505480. OLE color: 6505480.

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

Color convert

RGB 8 68 99 -
CMYK 0.92 0.31 0 0.61
HSL 200.44º 0.85% 0.21% -
HSV(B) 200.44º 0.92% 0.39% -
XYZ 4.42 5.09 12.55 -
YUV 53.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 8 68 99 0.92 0.31 0 0.61 200.44 0.85 0.21
Hex 8 44 63 5C 1F 0 3D C8 55 15
Octal 10 104 143 134 37 0 75 310 125 25
Binary 1000 1000100 1100011 1011100 11111 0 111101 11001000 1010101 10101

Color Harmonies of #084463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084463

Black with #084463

Text Example


Text Example

White with #084463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084463; }

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

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

background-color css

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

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

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

border-color css

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

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

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