Html Css Color HEX #09316E Prussian Blue

📋 copy color: '#09316E'

red 9 ◦ green 49 ◦ blue 110

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

Shades of Prussian Blue #09316E

Tints of Prussian Blue #09316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 5.36%
G = 29.17%
B = 65.48%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09316E (or 0x09316E) is known color: Prussian Blue. HEX triplet: 09, 31 and 6E. RGB value is (9,49,110). Sum of RGB (Red+Green+Blue) = 9+49+110=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #09316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09316E is #F6CE91. Grayscale: #2B2B2B. Windows color (decimal): -16174738 or 7221513. OLE color: 7221513.

HSL color Cylindrical-coordinate representation of color #09316E: hue angle of 216.24º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09316E is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 49 110 -
CMYK 0.92 0.55 0 0.57
HSL 216.24º 0.85% 0.23% -
HSV(B) 216.24º 0.92% 0.43% -
XYZ 4.03 3.38 15.19 -
YUV 43.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 9 49 110 0.92 0.55 0 0.57 216.24 0.85 0.23
Hex 9 31 6E 5C 37 0 39 D8 55 17
Octal 11 61 156 134 67 0 71 330 125 27
Binary 1001 110001 1101110 1011100 110111 0 111001 11011000 1010101 10111

Color Harmonies of #09316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09316E

Black with #09316E

Text Example


Text Example

White with #09316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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