Html Css Color HEX #09316F Prussian Blue

📋 copy color: '#09316F'

red 9 ◦ green 49 ◦ blue 111

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

Shades of Prussian Blue #09316F

Tints of Prussian Blue #09316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 5.33%
G = 28.99%
B = 65.68%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09316F (or 0x09316F) is known color: Prussian Blue. HEX triplet: 09, 31 and 6F. RGB value is (9,49,111). Sum of RGB (Red+Green+Blue) = 9+49+111=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #09316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09316F is #F6CE90. Grayscale: #2B2B2B. Windows color (decimal): -16174737 or 7287049. OLE color: 7287049.

HSL color Cylindrical-coordinate representation of color #09316F: hue angle of 216.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09316F is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 49 111 -
CMYK 0.92 0.56 0 0.56
HSL 216.47º 0.85% 0.24% -
HSV(B) 216.47º 0.92% 0.44% -
XYZ 4.08 3.4 15.48 -
YUV 44.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 9 49 111 0.92 0.56 0 0.56 216.47 0.85 0.24
Hex 9 31 6F 5C 38 0 38 D8 55 18
Octal 11 61 157 134 70 0 70 330 125 30
Binary 1001 110001 1101111 1011100 111000 0 111000 11011000 1010101 11000

Color Harmonies of #09316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09316F

Black with #09316F

Text Example


Text Example

White with #09316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09316F; }

 p { color: rgb(9,49,111); }

 H1.HeaderClassName
 {
   color: #09316F;
 }
 .AnyTagClassName
 {
   color: #09316F;
 }
</style>

background-color css

<style>
 a { background-color: #09316F; }

 a { background-color: rgb(9,49,111); }

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

border-color css

<style>
 span { border-color: #09316F; }

 span { border-color: rgb(9,49,111); }

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