Html Css Color HEX #09355A Prussian Blue

📋 copy color: '#09355A'

red 9 ◦ green 53 ◦ blue 90

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

Shades of Prussian Blue #09355A

Tints of Prussian Blue #09355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 5.92%
G = 34.87%
B = 59.21%

CMYK

 C value IS 0.9

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09355A (or 0x09355A) is known color: Prussian Blue. HEX triplet: 09, 35 and 5A. RGB value is (9,53,90). Sum of RGB (Red+Green+Blue) = 9+53+90=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #09355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09355A is #F6CAA5. Grayscale: #2B2B2B. Windows color (decimal): -16173734 or 5911817. OLE color: 5911817.

HSL color Cylindrical-coordinate representation of color #09355A: hue angle of 207.41º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09355A is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 53 90 -
CMYK 0.9 0.41 0 0.65
HSL 207.41º 0.82% 0.19% -
HSV(B) 207.41º 0.9% 0.35% -
XYZ 3.23 3.34 10.15 -
YUV 44.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 9 53 90 0.9 0.41 0 0.65 207.41 0.82 0.19
Hex 9 35 5A 5A 29 0 41 CF 52 13
Octal 11 65 132 132 51 0 101 317 122 23
Binary 1001 110101 1011010 1011010 101001 0 1000001 11001111 1010010 10011

Color Harmonies of #09355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09355A

Black with #09355A

Text Example


Text Example

White with #09355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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