Html Css Color HEX #09365D Prussian Blue

📋 copy color: '#09365D'

red 9 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #09365D

Tints of Prussian Blue #09365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 5.77%
G = 34.62%
B = 59.62%

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

#09365D (or 0x09365D) is known color: Prussian Blue. HEX triplet: 09, 36 and 5D. RGB value is (9,54,93). Sum of RGB (Red+Green+Blue) = 9+54+93=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #09365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09365D is #F6C9A2. Grayscale: #2C2C2C. Windows color (decimal): -16173475 or 6108681. OLE color: 6108681.

HSL color Cylindrical-coordinate representation of color #09365D: hue angle of 207.86º 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 #09365D is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 54 93 -
CMYK 0.90 0.42 0 0.64
HSL 207.86º 0.82% 0.2% -
HSV(B) 207.86º 0.9% 0.36% -
XYZ 3.41 3.49 10.85 -
YUV 44.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 9 54 93 0.90 0.42 0 0.64 207.86 0.82 0.2
Hex 9 36 5D 5A 2A 0 40 D0 52 14
Octal 11 66 135 132 52 0 100 320 122 24
Binary 1001 110110 1011101 1011010 101010 0 1000000 11010000 1010010 10100

Color Harmonies of #09365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09365D

Black with #09365D

Text Example


Text Example

White with #09365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09365D; }

 p { color: rgb(9,54,93); }

 H1.HeaderClassName
 {
   color: #09365D;
 }
 .AnyTagClassName
 {
   color: #09365D;
 }
</style>

background-color css

<style>
 a { background-color: #09365D; }

 a { background-color: rgb(9,54,93); }

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

border-color css

<style>
 span { border-color: #09365D; }

 span { border-color: rgb(9,54,93); }

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