Html Css Color HEX #084265 Prussian Blue

📋 copy color: '#084265'

red 8 ◦ green 66 ◦ blue 101

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

Shades of Prussian Blue #084265

Tints of Prussian Blue #084265

RGB

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

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

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

R = 4.57%
G = 37.71%
B = 57.71%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#084265 (or 0x084265) is known color: Prussian Blue. HEX triplet: 08, 42 and 65. RGB value is (8,66,101). Sum of RGB (Red+Green+Blue) = 8+66+101=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #084265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084265 is #F7BD9A. Grayscale: #343434. Windows color (decimal): -16235931 or 6636040. OLE color: 6636040.

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

Color convert

RGB 8 66 101 -
CMYK 0.92 0.35 0 0.60
HSL 202.58º 0.85% 0.21% -
HSV(B) 202.58º 0.92% 0.4% -
XYZ 4.4 4.89 13.02 -
YUV 52.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 8 66 101 0.92 0.35 0 0.60 202.58 0.85 0.21
Hex 8 42 65 5C 23 0 3C CB 55 15
Octal 10 102 145 134 43 0 74 313 125 25
Binary 1000 1000010 1100101 1011100 100011 0 111100 11001011 1010101 10101

Color Harmonies of #084265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084265

Black with #084265

Text Example


Text Example

White with #084265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084265; }

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

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

background-color css

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

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

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

border-color css

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

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

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