Html Css Color HEX #093471 Prussian Blue

📋 copy color: '#093471'

red 9 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #093471

Tints of Prussian Blue #093471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.94%

R = 5.17%
G = 29.89%
B = 64.94%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093471 (or 0x093471) is known color: Prussian Blue. HEX triplet: 09, 34 and 71. RGB value is (9,52,113). Sum of RGB (Red+Green+Blue) = 9+52+113=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #093471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093471 is #F6CB8E. Grayscale: #2D2D2D. Windows color (decimal): -16173967 or 7418889. OLE color: 7418889.

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

Color convert

RGB 9 52 113 -
CMYK 0.92 0.54 0 0.56
HSL 215.19º 0.85% 0.24% -
HSV(B) 215.19º 0.92% 0.44% -
XYZ 4.32 3.71 16.11 -
YUV 46.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 9 52 113 0.92 0.54 0 0.56 215.19 0.85 0.24
Hex 9 34 71 5C 36 0 38 D7 55 18
Octal 11 64 161 134 66 0 70 327 125 30
Binary 1001 110100 1110001 1011100 110110 0 111000 11010111 1010101 11000

Color Harmonies of #093471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093471

Black with #093471

Text Example


Text Example

White with #093471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093471; }

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

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

background-color css

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

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

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

border-color css

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

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

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