Html Css Color HEX #09346A Prussian Blue

📋 copy color: '#09346A'

red 9 ◦ green 52 ◦ blue 106

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

Shades of Prussian Blue #09346A

Tints of Prussian Blue #09346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 63.47%

R = 5.39%
G = 31.14%
B = 63.47%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09346A (or 0x09346A) is known color: Prussian Blue. HEX triplet: 09, 34 and 6A. RGB value is (9,52,106). Sum of RGB (Red+Green+Blue) = 9+52+106=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #09346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346A is #F6CB95. Grayscale: #2D2D2D. Windows color (decimal): -16173974 or 6960137. OLE color: 6960137.

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

Color convert

RGB 9 52 106 -
CMYK 0.92 0.51 0 0.58
HSL 213.4º 0.84% 0.23% -
HSV(B) 213.4º 0.92% 0.42% -
XYZ 3.94 3.55 14.11 -
YUV 45.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 9 52 106 0.92 0.51 0 0.58 213.4 0.84 0.23
Hex 9 34 6A 5C 33 0 3A D5 54 17
Octal 11 64 152 134 63 0 72 325 124 27
Binary 1001 110100 1101010 1011100 110011 0 111010 11010101 1010100 10111

Color Harmonies of #09346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09346A

Black with #09346A

Text Example


Text Example

White with #09346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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