Html Css Color HEX #093772 Prussian Blue

📋 copy color: '#093772'

red 9 ◦ green 55 ◦ blue 114

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

Shades of Prussian Blue #093772

Tints of Prussian Blue #093772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.04%

R = 5.06%
G = 30.9%
B = 64.04%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093772 (or 0x093772) is known color: Prussian Blue. HEX triplet: 09, 37 and 72. RGB value is (9,55,114). Sum of RGB (Red+Green+Blue) = 9+55+114=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #093772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093772 is #F6C88D. Grayscale: #2F2F2F. Windows color (decimal): -16173198 or 7485193. OLE color: 7485193.

HSL color Cylindrical-coordinate representation of color #093772: hue angle of 213.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093772 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 55 114 -
CMYK 0.92 0.52 0 0.55
HSL 213.71º 0.85% 0.24% -
HSV(B) 213.71º 0.92% 0.45% -
XYZ 4.52 4.01 16.45 -
YUV 47.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 9 55 114 0.92 0.52 0 0.55 213.71 0.85 0.24
Hex 9 37 72 5C 34 0 37 D6 55 18
Octal 11 67 162 134 64 0 67 326 125 30
Binary 1001 110111 1110010 1011100 110100 0 110111 11010110 1010101 11000

Color Harmonies of #093772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093772

Black with #093772

Text Example


Text Example

White with #093772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093772; }

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

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

background-color css

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

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

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

border-color css

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

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

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