Html Css Color HEX #09326A Prussian Blue

📋 copy color: '#09326A'

red 9 ◦ green 50 ◦ blue 106

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

Shades of Prussian Blue #09326A

Tints of Prussian Blue #09326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 64.24%

R = 5.45%
G = 30.3%
B = 64.24%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09326A (or 0x09326A) is known color: Prussian Blue. HEX triplet: 09, 32 and 6A. RGB value is (9,50,106). Sum of RGB (Red+Green+Blue) = 9+50+106=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #09326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326A is #F6CD95. Grayscale: #2B2B2B. Windows color (decimal): -16174486 or 6959625. OLE color: 6959625.

HSL color Cylindrical-coordinate representation of color #09326A: hue angle of 214.64º degrees, saturation: 0.84, 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 #09326A is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 50 106 -
CMYK 0.92 0.53 0 0.58
HSL 214.64º 0.84% 0.23% -
HSV(B) 214.64º 0.92% 0.42% -
XYZ 3.85 3.38 14.08 -
YUV 44.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 9 50 106 0.92 0.53 0 0.58 214.64 0.84 0.23
Hex 9 32 6A 5C 35 0 3A D7 54 17
Octal 11 62 152 134 65 0 72 327 124 27
Binary 1001 110010 1101010 1011100 110101 0 111010 11010111 1010100 10111

Color Harmonies of #09326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09326A

Black with #09326A

Text Example


Text Example

White with #09326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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