Html Css Color HEX #093D5C Prussian Blue

📋 copy color: '#093D5C'

red 9 ◦ green 61 ◦ blue 92

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

Shades of Prussian Blue #093D5C

Tints of Prussian Blue #093D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 5.56%
G = 37.65%
B = 56.79%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#093D5C (or 0x093D5C) is known color: Prussian Blue. HEX triplet: 09, 3D and 5C. RGB value is (9,61,92). Sum of RGB (Red+Green+Blue) = 9+61+92=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #093D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D5C is #F6C2A3. Grayscale: #303030. Windows color (decimal): -16171684 or 6044937. OLE color: 6044937.

HSL color Cylindrical-coordinate representation of color #093D5C: hue angle of 202.41º 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 #093D5C is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 61 92 -
CMYK 0.90 0.34 0 0.64
HSL 202.41º 0.82% 0.2% -
HSV(B) 202.41º 0.9% 0.36% -
XYZ 3.71 4.17 10.73 -
YUV 48.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 9 61 92 0.90 0.34 0 0.64 202.41 0.82 0.2
Hex 9 3D 5C 5A 22 0 40 CA 52 14
Octal 11 75 134 132 42 0 100 312 122 24
Binary 1001 111101 1011100 1011010 100010 0 1000000 11001010 1010010 10100

Color Harmonies of #093D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D5C

Black with #093D5C

Text Example


Text Example

White with #093D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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