Html Css Color HEX #09345F Prussian Blue

📋 copy color: '#09345F'

red 9 ◦ green 52 ◦ blue 95

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

Shades of Prussian Blue #09345F

Tints of Prussian Blue #09345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 5.77%
G = 33.33%
B = 60.9%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09345F (or 0x09345F) is known color: Prussian Blue. HEX triplet: 09, 34 and 5F. RGB value is (9,52,95). Sum of RGB (Red+Green+Blue) = 9+52+95=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #09345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345F is #F6CBA0. Grayscale: #2B2B2B. Windows color (decimal): -16173985 or 6239241. OLE color: 6239241.

HSL color Cylindrical-coordinate representation of color #09345F: hue angle of 210º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09345F is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 52 95 -
CMYK 0.91 0.45 0 0.63
HSL 210º 0.83% 0.2% -
HSV(B) 210º 0.91% 0.37% -
XYZ 3.41 3.34 11.29 -
YUV 44.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 9 52 95 0.91 0.45 0 0.63 210 0.83 0.2
Hex 9 34 5F 5B 2D 0 3F D2 53 14
Octal 11 64 137 133 55 0 77 322 123 24
Binary 1001 110100 1011111 1011011 101101 0 111111 11010010 1010011 10100

Color Harmonies of #09345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09345F

Black with #09345F

Text Example


Text Example

White with #09345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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