Html Css Color HEX #09425E Prussian Blue

📋 copy color: '#09425E'

red 9 ◦ green 66 ◦ blue 94

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

Shades of Prussian Blue #09425E

Tints of Prussian Blue #09425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 5.33%
G = 39.05%
B = 55.62%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09425E (or 0x09425E) is known color: Prussian Blue. HEX triplet: 09, 42 and 5E. RGB value is (9,66,94). Sum of RGB (Red+Green+Blue) = 9+66+94=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #09425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09425E is #F6BDA1. Grayscale: #333333. Windows color (decimal): -16170402 or 6177289. OLE color: 6177289.

HSL color Cylindrical-coordinate representation of color #09425E: hue angle of 199.76º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09425E is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 66 94 -
CMYK 0.90 0.30 0 0.63
HSL 199.76º 0.83% 0.2% -
HSV(B) 199.76º 0.9% 0.37% -
XYZ 4.08 4.76 11.29 -
YUV 52.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 9 66 94 0.90 0.30 0 0.63 199.76 0.83 0.2
Hex 9 42 5E 5A 1E 0 3F C8 53 14
Octal 11 102 136 132 36 0 77 310 123 24
Binary 1001 1000010 1011110 1011010 11110 0 111111 11001000 1010011 10100

Color Harmonies of #09425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09425E

Black with #09425E

Text Example


Text Example

White with #09425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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