Html Css Color HEX #093473 Prussian Blue

📋 copy color: '#093473'

red 9 ◦ green 52 ◦ blue 115

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

Shades of Prussian Blue #093473

Tints of Prussian Blue #093473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 5.11%
G = 29.55%
B = 65.34%

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

#093473 (or 0x093473) is known color: Prussian Blue. HEX triplet: 09, 34 and 73. RGB value is (9,52,115). Sum of RGB (Red+Green+Blue) = 9+52+115=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #093473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093473 is #F6CB8C. Grayscale: #2E2E2E. Windows color (decimal): -16173965 or 7549961. OLE color: 7549961.

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

Color convert

RGB 9 52 115 -
CMYK 0.92 0.55 0 0.55
HSL 215.66º 0.85% 0.24% -
HSV(B) 215.66º 0.92% 0.45% -
XYZ 4.44 3.75 16.71 -
YUV 46.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 9 52 115 0.92 0.55 0 0.55 215.66 0.85 0.24
Hex 9 34 73 5C 37 0 37 D8 55 18
Octal 11 64 163 134 67 0 67 330 125 30
Binary 1001 110100 1110011 1011100 110111 0 110111 11011000 1010101 11000

Color Harmonies of #093473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093473

Black with #093473

Text Example


Text Example

White with #093473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093473; }

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

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

background-color css

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

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

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

border-color css

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

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

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