Html Css Color HEX #09325C Prussian Blue

📋 copy color: '#09325C'

red 9 ◦ green 50 ◦ blue 92

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

Shades of Prussian Blue #09325C

Tints of Prussian Blue #09325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.93%

R = 5.96%
G = 33.11%
B = 60.93%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09325C (or 0x09325C) is known color: Prussian Blue. HEX triplet: 09, 32 and 5C. RGB value is (9,50,92). Sum of RGB (Red+Green+Blue) = 9+50+92=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #09325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09325C is #F6CDA3. Grayscale: #2A2A2A. Windows color (decimal): -16174500 or 6042121. OLE color: 6042121.

HSL color Cylindrical-coordinate representation of color #09325C: hue angle of 210.36º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09325C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 50 92 -
CMYK 0.90 0.46 0 0.64
HSL 210.36º 0.82% 0.2% -
HSV(B) 210.36º 0.9% 0.36% -
XYZ 3.19 3.11 10.56 -
YUV 42.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 9 50 92 0.90 0.46 0 0.64 210.36 0.82 0.2
Hex 9 32 5C 5A 2E 0 40 D2 52 14
Octal 11 62 134 132 56 0 100 322 122 24
Binary 1001 110010 1011100 1011010 101110 0 1000000 11010010 1010010 10100

Color Harmonies of #09325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09325C

Black with #09325C

Text Example


Text Example

White with #09325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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