Html Css Color HEX #09346F Prussian Blue

📋 copy color: '#09346F'

red 9 ◦ green 52 ◦ blue 111

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

Shades of Prussian Blue #09346F

Tints of Prussian Blue #09346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.53%

R = 5.23%
G = 30.23%
B = 64.53%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09346F (or 0x09346F) is known color: Prussian Blue. HEX triplet: 09, 34 and 6F. RGB value is (9,52,111). Sum of RGB (Red+Green+Blue) = 9+52+111=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #09346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346F is #F6CB90. Grayscale: #2D2D2D. Windows color (decimal): -16173969 or 7287817. OLE color: 7287817.

HSL color Cylindrical-coordinate representation of color #09346F: hue angle of 214.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09346F is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 52 111 -
CMYK 0.92 0.53 0 0.56
HSL 214.71º 0.85% 0.24% -
HSV(B) 214.71º 0.92% 0.44% -
XYZ 4.21 3.66 15.52 -
YUV 45.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 9 52 111 0.92 0.53 0 0.56 214.71 0.85 0.24
Hex 9 34 6F 5C 35 0 38 D7 55 18
Octal 11 64 157 134 65 0 70 327 125 30
Binary 1001 110100 1101111 1011100 110101 0 111000 11010111 1010101 11000

Color Harmonies of #09346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09346F

Black with #09346F

Text Example


Text Example

White with #09346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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