Html Css Color HEX #093E5F Prussian Blue

📋 copy color: '#093E5F'

red 9 ◦ green 62 ◦ blue 95

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

Shades of Prussian Blue #093E5F

Tints of Prussian Blue #093E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 57.23%

R = 5.42%
G = 37.35%
B = 57.23%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#093E5F (or 0x093E5F) is known color: Prussian Blue. HEX triplet: 09, 3E and 5F. RGB value is (9,62,95). Sum of RGB (Red+Green+Blue) = 9+62+95=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #093E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E5F is #F6C1A0. Grayscale: #313131. Windows color (decimal): -16171425 or 6241801. OLE color: 6241801.

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

Color convert

RGB 9 62 95 -
CMYK 0.91 0.35 0 0.63
HSL 203.02º 0.83% 0.2% -
HSV(B) 203.02º 0.91% 0.37% -
XYZ 3.9 4.33 11.46 -
YUV 49.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 9 62 95 0.91 0.35 0 0.63 203.02 0.83 0.2
Hex 9 3E 5F 5B 23 0 3F CB 53 14
Octal 11 76 137 133 43 0 77 313 123 24
Binary 1001 111110 1011111 1011011 100011 0 111111 11001011 1010011 10100

Color Harmonies of #093E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E5F

Black with #093E5F

Text Example


Text Example

White with #093E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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