Html Css Color HEX #093F5A Prussian Blue

📋 copy color: '#093F5A'

red 9 ◦ green 63 ◦ blue 90

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

Shades of Prussian Blue #093F5A

Tints of Prussian Blue #093F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

 BLUE value IS 90 (35.55% from 255) = 55.56%

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.9

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093F5A (or 0x093F5A) is known color: Prussian Blue. HEX triplet: 09, 3F and 5A. RGB value is (9,63,90). Sum of RGB (Red+Green+Blue) = 9+63+90=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #093F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F5A is #F6C0A5. Grayscale: #313131. Windows color (decimal): -16171174 or 5914377. OLE color: 5914377.

HSL color Cylindrical-coordinate representation of color #093F5A: hue angle of 200º 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 #093F5A is Cyan = 0.9, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 63 90 -
CMYK 0.9 0.30 0 0.65
HSL 200º 0.82% 0.19% -
HSV(B) 200º 0.9% 0.35% -
XYZ 3.74 4.35 10.32 -
YUV 49.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 9 63 90 0.9 0.30 0 0.65 200 0.82 0.19
Hex 9 3F 5A 5A 1E 0 41 C8 52 13
Octal 11 77 132 132 36 0 101 310 122 23
Binary 1001 111111 1011010 1011010 11110 0 1000001 11001000 1010010 10011

Color Harmonies of #093F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F5A

Black with #093F5A

Text Example


Text Example

White with #093F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,90); }

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

background-color css

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

 a { background-color: rgb(9,63,90); }

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

border-color css

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

 span { border-color: rgb(9,63,90); }

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