Html Css Color HEX #09375B Prussian Blue

📋 copy color: '#09375B'

red 9 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #09375B

Tints of Prussian Blue #09375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 5.81%
G = 35.48%
B = 58.71%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09375B (or 0x09375B) is known color: Prussian Blue. HEX triplet: 09, 37 and 5B. RGB value is (9,55,91). Sum of RGB (Red+Green+Blue) = 9+55+91=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #09375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375B is #F6C8A4. Grayscale: #2D2D2D. Windows color (decimal): -16173221 or 5977865. OLE color: 5977865.

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

Color convert

RGB 9 55 91 -
CMYK 0.90 0.40 0 0.64
HSL 206.34º 0.82% 0.2% -
HSV(B) 206.34º 0.9% 0.36% -
XYZ 3.37 3.55 10.4 -
YUV 45.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 9 55 91 0.90 0.40 0 0.64 206.34 0.82 0.2
Hex 9 37 5B 5A 28 0 40 CE 52 14
Octal 11 67 133 132 50 0 100 316 122 24
Binary 1001 110111 1011011 1011010 101000 0 1000000 11001110 1010010 10100

Color Harmonies of #09375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09375B

Black with #09375B

Text Example


Text Example

White with #09375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09375B; }

 p { color: rgb(9,55,91); }

 H1.HeaderClassName
 {
   color: #09375B;
 }
 .AnyTagClassName
 {
   color: #09375B;
 }
</style>

background-color css

<style>
 a { background-color: #09375B; }

 a { background-color: rgb(9,55,91); }

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

border-color css

<style>
 span { border-color: #09375B; }

 span { border-color: rgb(9,55,91); }

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