Html Css Color HEX #093971 Prussian Blue

📋 copy color: '#093971'

red 9 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #093971

Tints of Prussian Blue #093971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.84%

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

R = 5.03%
G = 31.84%
B = 63.13%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093971 (or 0x093971) is known color: Prussian Blue. HEX triplet: 09, 39 and 71. RGB value is (9,57,113). Sum of RGB (Red+Green+Blue) = 9+57+113=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #093971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093971 is #F6C68E. Grayscale: #303030. Windows color (decimal): -16172687 or 7420169. OLE color: 7420169.

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

Color convert

RGB 9 57 113 -
CMYK 0.92 0.50 0 0.56
HSL 212.31º 0.85% 0.24% -
HSV(B) 212.31º 0.92% 0.44% -
XYZ 4.56 4.18 16.19 -
YUV 49.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 9 57 113 0.92 0.50 0 0.56 212.31 0.85 0.24
Hex 9 39 71 5C 32 0 38 D4 55 18
Octal 11 71 161 134 62 0 70 324 125 30
Binary 1001 111001 1110001 1011100 110010 0 111000 11010100 1010101 11000

Color Harmonies of #093971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093971

Black with #093971

Text Example


Text Example

White with #093971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093971; }

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

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

background-color css

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

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

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

border-color css

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

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

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