Html Css Color HEX #09346D Prussian Blue

📋 copy color: '#09346D'

red 9 ◦ green 52 ◦ blue 109

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

Shades of Prussian Blue #09346D

Tints of Prussian Blue #09346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

 BLUE value IS 109 (42.97% from 255) = 64.12%

R = 5.29%
G = 30.59%
B = 64.12%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09346D (or 0x09346D) is known color: Prussian Blue. HEX triplet: 09, 34 and 6D. RGB value is (9,52,109). Sum of RGB (Red+Green+Blue) = 9+52+109=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #09346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346D is #F6CB92. Grayscale: #2D2D2D. Windows color (decimal): -16173971 or 7156745. OLE color: 7156745.

HSL color Cylindrical-coordinate representation of color #09346D: hue angle of 214.2º 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 #09346D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 52 109 -
CMYK 0.92 0.52 0 0.57
HSL 214.2º 0.85% 0.23% -
HSV(B) 214.2º 0.92% 0.43% -
XYZ 4.1 3.62 14.95 -
YUV 45.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 9 52 109 0.92 0.52 0 0.57 214.2 0.85 0.23
Hex 9 34 6D 5C 34 0 39 D6 55 17
Octal 11 64 155 134 64 0 71 326 125 27
Binary 1001 110100 1101101 1011100 110100 0 111001 11010110 1010101 10111

Color Harmonies of #09346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09346D

Black with #09346D

Text Example


Text Example

White with #09346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,52,109); }

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

background-color css

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

 a { background-color: rgb(9,52,109); }

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

border-color css

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

 span { border-color: rgb(9,52,109); }

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