Html Css Color HEX #093E5E Prussian Blue

📋 copy color: '#093E5E'

red 9 ◦ green 62 ◦ blue 94

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

Shades of Prussian Blue #093E5E

Tints of Prussian Blue #093E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 5.45%
G = 37.58%
B = 56.97%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#093E5E (or 0x093E5E) is known color: Prussian Blue. HEX triplet: 09, 3E and 5E. RGB value is (9,62,94). Sum of RGB (Red+Green+Blue) = 9+62+94=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #093E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E5E is #F6C1A1. Grayscale: #313131. Windows color (decimal): -16171426 or 6176265. OLE color: 6176265.

HSL color Cylindrical-coordinate representation of color #093E5E: hue angle of 202.59º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093E5E is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 62 94 -
CMYK 0.90 0.34 0 0.63
HSL 202.59º 0.83% 0.2% -
HSV(B) 202.59º 0.9% 0.37% -
XYZ 3.86 4.31 11.22 -
YUV 49.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 9 62 94 0.90 0.34 0 0.63 202.59 0.83 0.2
Hex 9 3E 5E 5A 22 0 3F CB 53 14
Octal 11 76 136 132 42 0 77 313 123 24
Binary 1001 111110 1011110 1011010 100010 0 111111 11001011 1010011 10100

Color Harmonies of #093E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E5E

Black with #093E5E

Text Example


Text Example

White with #093E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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