Html Css Color HEX #09386B Prussian Blue

📋 copy color: '#09386B'

red 9 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #09386B

Tints of Prussian Blue #09386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.21%

R = 5.23%
G = 32.56%
B = 62.21%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09386B (or 0x09386B) is known color: Prussian Blue. HEX triplet: 09, 38 and 6B. RGB value is (9,56,107). Sum of RGB (Red+Green+Blue) = 9+56+107=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #09386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09386B is #F6C794. Grayscale: #2F2F2F. Windows color (decimal): -16172949 or 7026697. OLE color: 7026697.

HSL color Cylindrical-coordinate representation of color #09386B: hue angle of 211.22º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09386B is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 56 107 -
CMYK 0.92 0.48 0 0.58
HSL 211.22º 0.84% 0.23% -
HSV(B) 211.22º 0.92% 0.42% -
XYZ 4.18 3.95 14.45 -
YUV 47.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 9 56 107 0.92 0.48 0 0.58 211.22 0.84 0.23
Hex 9 38 6B 5C 30 0 3A D3 54 17
Octal 11 70 153 134 60 0 72 323 124 27
Binary 1001 111000 1101011 1011100 110000 0 111010 11010011 1010100 10111

Color Harmonies of #09386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09386B

Black with #09386B

Text Example


Text Example

White with #09386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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