Html Css Color HEX #09355C Prussian Blue

📋 copy color: '#09355C'

red 9 ◦ green 53 ◦ blue 92

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

Shades of Prussian Blue #09355C

Tints of Prussian Blue #09355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 5.84%
G = 34.42%
B = 59.74%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09355C (or 0x09355C) is known color: Prussian Blue. HEX triplet: 09, 35 and 5C. RGB value is (9,53,92). Sum of RGB (Red+Green+Blue) = 9+53+92=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #09355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09355C is #F6CAA3. Grayscale: #2C2C2C. Windows color (decimal): -16173732 or 6042889. OLE color: 6042889.

HSL color Cylindrical-coordinate representation of color #09355C: hue angle of 208.19º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09355C is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 53 92 -
CMYK 0.90 0.42 0 0.64
HSL 208.19º 0.82% 0.2% -
HSV(B) 208.19º 0.9% 0.36% -
XYZ 3.32 3.38 10.6 -
YUV 44.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 9 53 92 0.90 0.42 0 0.64 208.19 0.82 0.2
Hex 9 35 5C 5A 2A 0 40 D0 52 14
Octal 11 65 134 132 52 0 100 320 122 24
Binary 1001 110101 1011100 1011010 101010 0 1000000 11010000 1010010 10100

Color Harmonies of #09355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09355C

Black with #09355C

Text Example


Text Example

White with #09355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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