Html Css Color HEX #093373 Prussian Blue

📋 copy color: '#093373'

red 9 ◦ green 51 ◦ blue 115

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

Shades of Prussian Blue #093373

Tints of Prussian Blue #093373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 65.71%

R = 5.14%
G = 29.14%
B = 65.71%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093373 (or 0x093373) is known color: Prussian Blue. HEX triplet: 09, 33 and 73. RGB value is (9,51,115). Sum of RGB (Red+Green+Blue) = 9+51+115=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #093373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093373 is #F6CC8C. Grayscale: #2D2D2D. Windows color (decimal): -16174221 or 7549705. OLE color: 7549705.

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

Color convert

RGB 9 51 115 -
CMYK 0.92 0.56 0 0.55
HSL 216.23º 0.85% 0.24% -
HSV(B) 216.23º 0.92% 0.45% -
XYZ 4.39 3.66 16.7 -
YUV 45.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 9 51 115 0.92 0.56 0 0.55 216.23 0.85 0.24
Hex 9 33 73 5C 38 0 37 D8 55 18
Octal 11 63 163 134 70 0 67 330 125 30
Binary 1001 110011 1110011 1011100 111000 0 110111 11011000 1010101 11000

Color Harmonies of #093373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093373

Black with #093373

Text Example


Text Example

White with #093373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093373; }

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

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

background-color css

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

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

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

border-color css

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

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

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