Html Css Color HEX #09326C Prussian Blue

📋 copy color: '#09326C'

red 9 ◦ green 50 ◦ blue 108

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

Shades of Prussian Blue #09326C

Tints of Prussian Blue #09326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 64.67%

R = 5.39%
G = 29.94%
B = 64.67%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09326C (or 0x09326C) is known color: Prussian Blue. HEX triplet: 09, 32 and 6C. RGB value is (9,50,108). Sum of RGB (Red+Green+Blue) = 9+50+108=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #09326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326C is #F6CD93. Grayscale: #2C2C2C. Windows color (decimal): -16174484 or 7090697. OLE color: 7090697.

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

Color convert

RGB 9 50 108 -
CMYK 0.92 0.54 0 0.58
HSL 215.15º 0.85% 0.23% -
HSV(B) 215.15º 0.92% 0.42% -
XYZ 3.96 3.42 14.64 -
YUV 44.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 9 50 108 0.92 0.54 0 0.58 215.15 0.85 0.23
Hex 9 32 6C 5C 36 0 3A D7 55 17
Octal 11 62 154 134 66 0 72 327 125 27
Binary 1001 110010 1101100 1011100 110110 0 111010 11010111 1010101 10111

Color Harmonies of #09326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09326C

Black with #09326C

Text Example


Text Example

White with #09326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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