Html Css Color HEX #093F5D Prussian Blue

📋 copy color: '#093F5D'

red 9 ◦ green 63 ◦ blue 93

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

Shades of Prussian Blue #093F5D

Tints of Prussian Blue #093F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 38.18%

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 5.45%
G = 38.18%
B = 56.36%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#093F5D (or 0x093F5D) is known color: Prussian Blue. HEX triplet: 09, 3F and 5D. RGB value is (9,63,93). Sum of RGB (Red+Green+Blue) = 9+63+93=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #093F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F5D is #F6C0A2. Grayscale: #323232. Windows color (decimal): -16171171 or 6110985. OLE color: 6110985.

HSL color Cylindrical-coordinate representation of color #093F5D: hue angle of 201.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093F5D is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 63 93 -
CMYK 0.90 0.32 0 0.64
HSL 201.43º 0.82% 0.2% -
HSV(B) 201.43º 0.9% 0.36% -
XYZ 3.87 4.4 11 -
YUV 50.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 9 63 93 0.90 0.32 0 0.64 201.43 0.82 0.2
Hex 9 3F 5D 5A 20 0 40 C9 52 14
Octal 11 77 135 132 40 0 100 311 122 24
Binary 1001 111111 1011101 1011010 100000 0 1000000 11001001 1010010 10100

Color Harmonies of #093F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F5D

Black with #093F5D

Text Example


Text Example

White with #093F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,93); }

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

background-color css

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

 a { background-color: rgb(9,63,93); }

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

border-color css

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

 span { border-color: rgb(9,63,93); }

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