Html Css Color HEX #093372 Prussian Blue

📋 copy color: '#093372'

red 9 ◦ green 51 ◦ blue 114

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

Shades of Prussian Blue #093372

Tints of Prussian Blue #093372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 5.17%
G = 29.31%
B = 65.52%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093372 (or 0x093372) is known color: Prussian Blue. HEX triplet: 09, 33 and 72. RGB value is (9,51,114). Sum of RGB (Red+Green+Blue) = 9+51+114=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #093372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093372 is #F6CC8D. Grayscale: #2D2D2D. Windows color (decimal): -16174222 or 7484169. OLE color: 7484169.

HSL color Cylindrical-coordinate representation of color #093372: hue angle of 216º 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 #093372 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 51 114 -
CMYK 0.92 0.55 0 0.55
HSL 216º 0.85% 0.24% -
HSV(B) 216º 0.92% 0.45% -
XYZ 4.33 3.64 16.39 -
YUV 45.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 9 51 114 0.92 0.55 0 0.55 216 0.85 0.24
Hex 9 33 72 5C 37 0 37 D8 55 18
Octal 11 63 162 134 67 0 67 330 125 30
Binary 1001 110011 1110010 1011100 110111 0 110111 11011000 1010101 11000

Color Harmonies of #093372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093372

Black with #093372

Text Example


Text Example

White with #093372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093372; }

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

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

background-color css

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

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

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

border-color css

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

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

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