Html Css Color HEX #09315D Prussian Blue

📋 copy color: '#09315D'

red 9 ◦ green 49 ◦ blue 93

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

Shades of Prussian Blue #09315D

Tints of Prussian Blue #09315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.59%

R = 5.96%
G = 32.45%
B = 61.59%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09315D (or 0x09315D) is known color: Prussian Blue. HEX triplet: 09, 31 and 5D. RGB value is (9,49,93). Sum of RGB (Red+Green+Blue) = 9+49+93=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #09315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09315D is #F6CEA2. Grayscale: #292929. Windows color (decimal): -16174755 or 6107401. OLE color: 6107401.

HSL color Cylindrical-coordinate representation of color #09315D: hue angle of 211.43º 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 #09315D is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 49 93 -
CMYK 0.90 0.47 0 0.64
HSL 211.43º 0.82% 0.2% -
HSV(B) 211.43º 0.9% 0.36% -
XYZ 3.19 3.05 10.78 -
YUV 42.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 9 49 93 0.90 0.47 0 0.64 211.43 0.82 0.2
Hex 9 31 5D 5A 2F 0 40 D3 52 14
Octal 11 61 135 132 57 0 100 323 122 24
Binary 1001 110001 1011101 1011010 101111 0 1000000 11010011 1010010 10100

Color Harmonies of #09315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09315D

Black with #09315D

Text Example


Text Example

White with #09315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09315D; }

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

 H1.HeaderClassName
 {
   color: #09315D;
 }
 .AnyTagClassName
 {
   color: #09315D;
 }
</style>

background-color css

<style>
 a { background-color: #09315D; }

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

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

border-color css

<style>
 span { border-color: #09315D; }

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

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