Html Css Color HEX #093E5C Prussian Blue

📋 copy color: '#093E5C'

red 9 ◦ green 62 ◦ blue 92

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

Shades of Prussian Blue #093E5C

Tints of Prussian Blue #093E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.04%

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

R = 5.52%
G = 38.04%
B = 56.44%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#093E5C (or 0x093E5C) is known color: Prussian Blue. HEX triplet: 09, 3E and 5C. RGB value is (9,62,92). Sum of RGB (Red+Green+Blue) = 9+62+92=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #093E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E5C is #F6C1A3. Grayscale: #313131. Windows color (decimal): -16171428 or 6045193. OLE color: 6045193.

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

Color convert

RGB 9 62 92 -
CMYK 0.90 0.33 0 0.64
HSL 201.69º 0.82% 0.2% -
HSV(B) 201.69º 0.9% 0.36% -
XYZ 3.77 4.28 10.75 -
YUV 49.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 9 62 92 0.90 0.33 0 0.64 201.69 0.82 0.2
Hex 9 3E 5C 5A 21 0 40 CA 52 14
Octal 11 76 134 132 41 0 100 312 122 24
Binary 1001 111110 1011100 1011010 100001 0 1000000 11001010 1010010 10100

Color Harmonies of #093E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E5C

Black with #093E5C

Text Example


Text Example

White with #093E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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