Html Css Color HEX #084465 Prussian Blue

📋 copy color: '#084465'

red 8 ◦ green 68 ◦ blue 101

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

Shades of Prussian Blue #084465

Tints of Prussian Blue #084465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.06%

R = 4.52%
G = 38.42%
B = 57.06%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#084465 (or 0x084465) is known color: Prussian Blue. HEX triplet: 08, 44 and 65. RGB value is (8,68,101). Sum of RGB (Red+Green+Blue) = 8+68+101=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #084465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084465 is #F7BB9A. Grayscale: #353535. Windows color (decimal): -16235419 or 6636552. OLE color: 6636552.

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

Color convert

RGB 8 68 101 -
CMYK 0.92 0.33 0 0.60
HSL 201.29º 0.85% 0.21% -
HSV(B) 201.29º 0.92% 0.4% -
XYZ 4.52 5.13 13.06 -
YUV 53.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 8 68 101 0.92 0.33 0 0.60 201.29 0.85 0.21
Hex 8 44 65 5C 21 0 3C C9 55 15
Octal 10 104 145 134 41 0 74 311 125 25
Binary 1000 1000100 1100101 1011100 100001 0 111100 11001001 1010101 10101

Color Harmonies of #084465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084465

Black with #084465

Text Example


Text Example

White with #084465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084465; }

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

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

background-color css

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

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

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

border-color css

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

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

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