Html Css Color HEX #09386E Prussian Blue

📋 copy color: '#09386E'

red 9 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #09386E

Tints of Prussian Blue #09386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.86%

R = 5.14%
G = 32%
B = 62.86%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09386E (or 0x09386E) is known color: Prussian Blue. HEX triplet: 09, 38 and 6E. RGB value is (9,56,110). Sum of RGB (Red+Green+Blue) = 9+56+110=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #09386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09386E is #F6C791. Grayscale: #2F2F2F. Windows color (decimal): -16172946 or 7223305. OLE color: 7223305.

HSL color Cylindrical-coordinate representation of color #09386E: hue angle of 212.08º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09386E is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 56 110 -
CMYK 0.92 0.49 0 0.57
HSL 212.08º 0.85% 0.23% -
HSV(B) 212.08º 0.92% 0.43% -
XYZ 4.34 4.01 15.3 -
YUV 48.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 9 56 110 0.92 0.49 0 0.57 212.08 0.85 0.23
Hex 9 38 6E 5C 31 0 39 D4 55 17
Octal 11 70 156 134 61 0 71 324 125 27
Binary 1001 111000 1101110 1011100 110001 0 111001 11010100 1010101 10111

Color Harmonies of #09386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09386E

Black with #09386E

Text Example


Text Example

White with #09386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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