Html Css Color HEX #09356C Prussian Blue

📋 copy color: '#09356C'

red 9 ◦ green 53 ◦ blue 108

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

Shades of Prussian Blue #09356C

Tints of Prussian Blue #09356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

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

R = 5.29%
G = 31.18%
B = 63.53%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09356C (or 0x09356C) is known color: Prussian Blue. HEX triplet: 09, 35 and 6C. RGB value is (9,53,108). Sum of RGB (Red+Green+Blue) = 9+53+108=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #09356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09356C is #F6CA93. Grayscale: #2D2D2D. Windows color (decimal): -16173716 or 7091465. OLE color: 7091465.

HSL color Cylindrical-coordinate representation of color #09356C: hue angle of 213.33º 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 #09356C is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 53 108 -
CMYK 0.92 0.51 0 0.58
HSL 213.33º 0.85% 0.23% -
HSV(B) 213.33º 0.92% 0.42% -
XYZ 4.09 3.69 14.68 -
YUV 46.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 9 53 108 0.92 0.51 0 0.58 213.33 0.85 0.23
Hex 9 35 6C 5C 33 0 3A D5 55 17
Octal 11 65 154 134 63 0 72 325 125 27
Binary 1001 110101 1101100 1011100 110011 0 111010 11010101 1010101 10111

Color Harmonies of #09356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09356C

Black with #09356C

Text Example


Text Example

White with #09356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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