Html Css Color HEX #09355E Prussian Blue

📋 copy color: '#09355E'

red 9 ◦ green 53 ◦ blue 94

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

Shades of Prussian Blue #09355E

Tints of Prussian Blue #09355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

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

R = 5.77%
G = 33.97%
B = 60.26%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09355E (or 0x09355E) is known color: Prussian Blue. HEX triplet: 09, 35 and 5E. RGB value is (9,53,94). Sum of RGB (Red+Green+Blue) = 9+53+94=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #09355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09355E is #F6CAA1. Grayscale: #2C2C2C. Windows color (decimal): -16173730 or 6173961. OLE color: 6173961.

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

Color convert

RGB 9 53 94 -
CMYK 0.90 0.44 0 0.63
HSL 208.94º 0.83% 0.2% -
HSV(B) 208.94º 0.9% 0.37% -
XYZ 3.41 3.41 11.07 -
YUV 44.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 9 53 94 0.90 0.44 0 0.63 208.94 0.83 0.2
Hex 9 35 5E 5A 2C 0 3F D1 53 14
Octal 11 65 136 132 54 0 77 321 123 24
Binary 1001 110101 1011110 1011010 101100 0 111111 11010001 1010011 10100

Color Harmonies of #09355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09355E

Black with #09355E

Text Example


Text Example

White with #09355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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