Html Css Color HEX #09405B Prussian Blue

📋 copy color: '#09405B'

red 9 ◦ green 64 ◦ blue 91

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

Shades of Prussian Blue #09405B

Tints of Prussian Blue #09405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 5.49%
G = 39.02%
B = 55.49%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09405B (or 0x09405B) is known color: Prussian Blue. HEX triplet: 09, 40 and 5B. RGB value is (9,64,91). Sum of RGB (Red+Green+Blue) = 9+64+91=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #09405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405B is #F6BFA4. Grayscale: #323232. Windows color (decimal): -16170917 or 5980169. OLE color: 5980169.

HSL color Cylindrical-coordinate representation of color #09405B: hue angle of 199.76º 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 #09405B is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 64 91 -
CMYK 0.90 0.30 0 0.64
HSL 199.76º 0.82% 0.2% -
HSV(B) 199.76º 0.9% 0.36% -
XYZ 3.83 4.48 10.56 -
YUV 50.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 9 64 91 0.90 0.30 0 0.64 199.76 0.82 0.2
Hex 9 40 5B 5A 1E 0 40 C8 52 14
Octal 11 100 133 132 36 0 100 310 122 24
Binary 1001 1000000 1011011 1011010 11110 0 1000000 11001000 1010010 10100

Color Harmonies of #09405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09405B

Black with #09405B

Text Example


Text Example

White with #09405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,64,91); }

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

background-color css

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

 a { background-color: rgb(9,64,91); }

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

border-color css

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

 span { border-color: rgb(9,64,91); }

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