Html Css Color HEX #09326D Prussian Blue

📋 copy color: '#09326D'

red 9 ◦ green 50 ◦ blue 109

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

Shades of Prussian Blue #09326D

Tints of Prussian Blue #09326D

RGB

 RED value IS 9 (3.91% from 255) = 5.36%

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 5.36%
G = 29.76%
B = 64.88%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09326D (or 0x09326D) is known color: Prussian Blue. HEX triplet: 09, 32 and 6D. RGB value is (9,50,109). Sum of RGB (Red+Green+Blue) = 9+50+109=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #09326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326D is #F6CD92. Grayscale: #2C2C2C. Windows color (decimal): -16174483 or 7156233. OLE color: 7156233.

HSL color Cylindrical-coordinate representation of color #09326D: hue angle of 215.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09326D is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 50 109 -
CMYK 0.92 0.54 0 0.57
HSL 215.4º 0.85% 0.23% -
HSV(B) 215.4º 0.92% 0.43% -
XYZ 4.01 3.44 14.92 -
YUV 44.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 9 50 109 0.92 0.54 0 0.57 215.4 0.85 0.23
Hex 9 32 6D 5C 36 0 39 D7 55 17
Octal 11 62 155 134 66 0 71 327 125 27
Binary 1001 110010 1101101 1011100 110110 0 111001 11010111 1010101 10111

Color Harmonies of #09326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09326D

Black with #09326D

Text Example


Text Example

White with #09326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09326D; }

 p { color: rgb(9,50,109); }

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

background-color css

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

 a { background-color: rgb(9,50,109); }

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

border-color css

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

 span { border-color: rgb(9,50,109); }

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