Html Css Color HEX #09385A Prussian Blue

📋 copy color: '#09385A'

red 9 ◦ green 56 ◦ blue 90

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

Shades of Prussian Blue #09385A

Tints of Prussian Blue #09385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 5.81%
G = 36.13%
B = 58.06%

CMYK

 C value IS 0.9

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09385A (or 0x09385A) is known color: Prussian Blue. HEX triplet: 09, 38 and 5A. RGB value is (9,56,90). Sum of RGB (Red+Green+Blue) = 9+56+90=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #09385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09385A is #F6C7A5. Grayscale: #2D2D2D. Windows color (decimal): -16172966 or 5912585. OLE color: 5912585.

HSL color Cylindrical-coordinate representation of color #09385A: hue angle of 205.19º 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 #09385A is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 56 90 -
CMYK 0.9 0.38 0 0.65
HSL 205.19º 0.82% 0.19% -
HSV(B) 205.19º 0.9% 0.35% -
XYZ 3.37 3.62 10.19 -
YUV 45.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 9 56 90 0.9 0.38 0 0.65 205.19 0.82 0.19
Hex 9 38 5A 5A 26 0 41 CD 52 13
Octal 11 70 132 132 46 0 101 315 122 23
Binary 1001 111000 1011010 1011010 100110 0 1000001 11001101 1010010 10011

Color Harmonies of #09385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09385A

Black with #09385A

Text Example


Text Example

White with #09385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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