Html Css Color HEX #09405F Prussian Blue

📋 copy color: '#09405F'

red 9 ◦ green 64 ◦ blue 95

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

Shades of Prussian Blue #09405F

Tints of Prussian Blue #09405F

RGB

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

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

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

R = 5.36%
G = 38.1%
B = 56.55%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09405F (or 0x09405F) is known color: Prussian Blue. HEX triplet: 09, 40 and 5F. RGB value is (9,64,95). Sum of RGB (Red+Green+Blue) = 9+64+95=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #09405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405F is #F6BFA0. Grayscale: #323232. Windows color (decimal): -16170913 or 6242313. OLE color: 6242313.

HSL color Cylindrical-coordinate representation of color #09405F: hue angle of 201.63º 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 #09405F is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 64 95 -
CMYK 0.91 0.33 0 0.63
HSL 201.63º 0.83% 0.2% -
HSV(B) 201.63º 0.91% 0.37% -
XYZ 4.01 4.55 11.49 -
YUV 51.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 9 64 95 0.91 0.33 0 0.63 201.63 0.83 0.2
Hex 9 40 5F 5B 21 0 3F CA 53 14
Octal 11 100 137 133 41 0 77 312 123 24
Binary 1001 1000000 1011111 1011011 100001 0 111111 11001010 1010011 10100

Color Harmonies of #09405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09405F

Black with #09405F

Text Example


Text Example

White with #09405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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