Html Css Color HEX #09395E Prussian Blue

📋 copy color: '#09395E'

red 9 ◦ green 57 ◦ blue 94

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

Shades of Prussian Blue #09395E

Tints of Prussian Blue #09395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 5.63%
G = 35.63%
B = 58.75%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09395E (or 0x09395E) is known color: Prussian Blue. HEX triplet: 09, 39 and 5E. RGB value is (9,57,94). Sum of RGB (Red+Green+Blue) = 9+57+94=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #09395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395E is #F6C6A1. Grayscale: #2E2E2E. Windows color (decimal): -16172706 or 6174985. OLE color: 6174985.

HSL color Cylindrical-coordinate representation of color #09395E: hue angle of 206.12º 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 #09395E is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 57 94 -
CMYK 0.90 0.39 0 0.63
HSL 206.12º 0.83% 0.2% -
HSV(B) 206.12º 0.9% 0.37% -
XYZ 3.6 3.79 11.13 -
YUV 46.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 9 57 94 0.90 0.39 0 0.63 206.12 0.83 0.2
Hex 9 39 5E 5A 27 0 3F CE 53 14
Octal 11 71 136 132 47 0 77 316 123 24
Binary 1001 111001 1011110 1011010 100111 0 111111 11001110 1010011 10100

Color Harmonies of #09395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09395E

Black with #09395E

Text Example


Text Example

White with #09395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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