Html Css Color HEX #09346B Prussian Blue

📋 copy color: '#09346B'

red 9 ◦ green 52 ◦ blue 107

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

Shades of Prussian Blue #09346B

Tints of Prussian Blue #09346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 5.36%
G = 30.95%
B = 63.69%

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

#09346B (or 0x09346B) is known color: Prussian Blue. HEX triplet: 09, 34 and 6B. RGB value is (9,52,107). Sum of RGB (Red+Green+Blue) = 9+52+107=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #09346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346B is #F6CB94. Grayscale: #2D2D2D. Windows color (decimal): -16173973 or 7025673. OLE color: 7025673.

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

Color convert

RGB 9 52 107 -
CMYK 0.92 0.51 0 0.58
HSL 213.67º 0.84% 0.23% -
HSV(B) 213.67º 0.92% 0.42% -
XYZ 3.99 3.58 14.39 -
YUV 45.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 9 52 107 0.92 0.51 0 0.58 213.67 0.84 0.23
Hex 9 34 6B 5C 33 0 3A D6 54 17
Octal 11 64 153 134 63 0 72 326 124 27
Binary 1001 110100 1101011 1011100 110011 0 111010 11010110 1010100 10111

Color Harmonies of #09346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09346B

Black with #09346B

Text Example


Text Example

White with #09346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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