Html Css Color HEX #093D6D Prussian Blue

📋 copy color: '#093D6D'

red 9 ◦ green 61 ◦ blue 109

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

Shades of Prussian Blue #093D6D

Tints of Prussian Blue #093D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.08%

 BLUE value IS 109 (42.97% from 255) = 60.89%

R = 5.03%
G = 34.08%
B = 60.89%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#093D6D (or 0x093D6D) is known color: Prussian Blue. HEX triplet: 09, 3D and 6D. RGB value is (9,61,109). Sum of RGB (Red+Green+Blue) = 9+61+109=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #093D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D6D is #F6C292. Grayscale: #323232. Windows color (decimal): -16171667 or 7159049. OLE color: 7159049.

HSL color Cylindrical-coordinate representation of color #093D6D: hue angle of 208.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093D6D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 61 109 -
CMYK 0.92 0.44 0 0.57
HSL 208.8º 0.85% 0.23% -
HSV(B) 208.8º 0.92% 0.43% -
XYZ 4.54 4.5 15.1 -
YUV 50.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 9 61 109 0.92 0.44 0 0.57 208.8 0.85 0.23
Hex 9 3D 6D 5C 2C 0 39 D1 55 17
Octal 11 75 155 134 54 0 71 321 125 27
Binary 1001 111101 1101101 1011100 101100 0 111001 11010001 1010101 10111

Color Harmonies of #093D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D6D

Black with #093D6D

Text Example


Text Example

White with #093D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D6D; }

 p { color: rgb(9,61,109); }

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

background-color css

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

 a { background-color: rgb(9,61,109); }

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

border-color css

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

 span { border-color: rgb(9,61,109); }

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