Html Css Color HEX #093E59 Prussian Blue

📋 copy color: '#093E59'

red 9 ◦ green 62 ◦ blue 89

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

Shades of Prussian Blue #093E59

Tints of Prussian Blue #093E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 5.63%
G = 38.75%
B = 55.63%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093E59 (or 0x093E59) is known color: Prussian Blue. HEX triplet: 09, 3E and 59. RGB value is (9,62,89). Sum of RGB (Red+Green+Blue) = 9+62+89=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #093E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E59 is #F6C1A6. Grayscale: #313131. Windows color (decimal): -16171431 or 5848585. OLE color: 5848585.

HSL color Cylindrical-coordinate representation of color #093E59: hue angle of 200.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093E59 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 62 89 -
CMYK 0.90 0.30 0 0.65
HSL 200.25º 0.82% 0.19% -
HSV(B) 200.25º 0.9% 0.35% -
XYZ 3.64 4.22 10.07 -
YUV 49.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 9 62 89 0.90 0.30 0 0.65 200.25 0.82 0.19
Hex 9 3E 59 5A 1E 0 41 C8 52 13
Octal 11 76 131 132 36 0 101 310 122 23
Binary 1001 111110 1011001 1011010 11110 0 1000001 11001000 1010010 10011

Color Harmonies of #093E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E59

Black with #093E59

Text Example


Text Example

White with #093E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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