Html Css Color HEX #09425F Prussian Blue

📋 copy color: '#09425F'

red 9 ◦ green 66 ◦ blue 95

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

Shades of Prussian Blue #09425F

Tints of Prussian Blue #09425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 5.29%
G = 38.82%
B = 55.88%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09425F (or 0x09425F) is known color: Prussian Blue. HEX triplet: 09, 42 and 5F. RGB value is (9,66,95). Sum of RGB (Red+Green+Blue) = 9+66+95=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #09425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09425F is #F6BDA0. Grayscale: #343434. Windows color (decimal): -16170401 or 6242825. OLE color: 6242825.

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

Color convert

RGB 9 66 95 -
CMYK 0.91 0.31 0 0.63
HSL 200.23º 0.83% 0.2% -
HSV(B) 200.23º 0.91% 0.37% -
XYZ 4.13 4.78 11.53 -
YUV 52.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 9 66 95 0.91 0.31 0 0.63 200.23 0.83 0.2
Hex 9 42 5F 5B 1F 0 3F C8 53 14
Octal 11 102 137 133 37 0 77 310 123 24
Binary 1001 1000010 1011111 1011011 11111 0 111111 11001000 1010011 10100

Color Harmonies of #09425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09425F

Black with #09425F

Text Example


Text Example

White with #09425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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