Html Css Color HEX #084261 Prussian Blue

📋 copy color: '#084261'

red 8 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #084261

Tints of Prussian Blue #084261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 97 (38.28% from 255) = 56.73%

R = 4.68%
G = 38.6%
B = 56.73%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#084261 (or 0x084261) is known color: Prussian Blue. HEX triplet: 08, 42 and 61. RGB value is (8,66,97). Sum of RGB (Red+Green+Blue) = 8+66+97=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #084261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084261 is #F7BD9E. Grayscale: #343434. Windows color (decimal): -16235935 or 6373896. OLE color: 6373896.

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

Color convert

RGB 8 66 97 -
CMYK 0.92 0.32 0 0.62
HSL 200.9º 0.85% 0.21% -
HSV(B) 200.9º 0.92% 0.38% -
XYZ 4.21 4.81 12.02 -
YUV 52.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 8 66 97 0.92 0.32 0 0.62 200.9 0.85 0.21
Hex 8 42 61 5C 20 0 3E C9 55 15
Octal 10 102 141 134 40 0 76 311 125 25
Binary 1000 1000010 1100001 1011100 100000 0 111110 11001001 1010101 10101

Color Harmonies of #084261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084261

Black with #084261

Text Example


Text Example

White with #084261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084261; }

 p { color: rgb(8,66,97); }

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

background-color css

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

 a { background-color: rgb(8,66,97); }

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

border-color css

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

 span { border-color: rgb(8,66,97); }

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