Html Css Color HEX #09345D Prussian Blue

📋 copy color: '#09345D'

red 9 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #09345D

Tints of Prussian Blue #09345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 5.84%
G = 33.77%
B = 60.39%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09345D (or 0x09345D) is known color: Prussian Blue. HEX triplet: 09, 34 and 5D. RGB value is (9,52,93). Sum of RGB (Red+Green+Blue) = 9+52+93=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #09345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345D is #F6CBA2. Grayscale: #2B2B2B. Windows color (decimal): -16173987 or 6108169. OLE color: 6108169.

HSL color Cylindrical-coordinate representation of color #09345D: hue angle of 209.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09345D is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 52 93 -
CMYK 0.90 0.44 0 0.64
HSL 209.29º 0.82% 0.2% -
HSV(B) 209.29º 0.9% 0.36% -
XYZ 3.32 3.3 10.82 -
YUV 43.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 9 52 93 0.90 0.44 0 0.64 209.29 0.82 0.2
Hex 9 34 5D 5A 2C 0 40 D1 52 14
Octal 11 64 135 132 54 0 100 321 122 24
Binary 1001 110100 1011101 1011010 101100 0 1000000 11010001 1010010 10100

Color Harmonies of #09345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09345D

Black with #09345D

Text Example


Text Example

White with #09345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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