Html Css Color HEX #09356B Prussian Blue

📋 copy color: '#09356B'

red 9 ◦ green 53 ◦ blue 107

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

Shades of Prussian Blue #09356B

Tints of Prussian Blue #09356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.31%

R = 5.33%
G = 31.36%
B = 63.31%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09356B (or 0x09356B) is known color: Prussian Blue. HEX triplet: 09, 35 and 6B. RGB value is (9,53,107). Sum of RGB (Red+Green+Blue) = 9+53+107=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #09356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09356B is #F6CA94. Grayscale: #2D2D2D. Windows color (decimal): -16173717 or 7025929. OLE color: 7025929.

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

Color convert

RGB 9 53 107 -
CMYK 0.92 0.50 0 0.58
HSL 213.06º 0.84% 0.23% -
HSV(B) 213.06º 0.92% 0.42% -
XYZ 4.04 3.67 14.4 -
YUV 46 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 9 53 107 0.92 0.50 0 0.58 213.06 0.84 0.23
Hex 9 35 6B 5C 32 0 3A D5 54 17
Octal 11 65 153 134 62 0 72 325 124 27
Binary 1001 110101 1101011 1011100 110010 0 111010 11010101 1010100 10111

Color Harmonies of #09356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09356B

Black with #09356B

Text Example


Text Example

White with #09356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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