Html Css Color HEX #093A5E Prussian Blue

📋 copy color: '#093A5E'

red 9 ◦ green 58 ◦ blue 94

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

Shades of Prussian Blue #093A5E

Tints of Prussian Blue #093A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.02%

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

R = 5.59%
G = 36.02%
B = 58.39%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#093A5E (or 0x093A5E) is known color: Prussian Blue. HEX triplet: 09, 3A and 5E. RGB value is (9,58,94). Sum of RGB (Red+Green+Blue) = 9+58+94=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #093A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A5E is #F6C5A1. Grayscale: #2F2F2F. Windows color (decimal): -16172450 or 6175241. OLE color: 6175241.

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

Color convert

RGB 9 58 94 -
CMYK 0.90 0.38 0 0.63
HSL 205.41º 0.83% 0.2% -
HSV(B) 205.41º 0.9% 0.37% -
XYZ 3.65 3.89 11.15 -
YUV 47.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 9 58 94 0.90 0.38 0 0.63 205.41 0.83 0.2
Hex 9 3A 5E 5A 26 0 3F CD 53 14
Octal 11 72 136 132 46 0 77 315 123 24
Binary 1001 111010 1011110 1011010 100110 0 111111 11001101 1010011 10100

Color Harmonies of #093A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A5E

Black with #093A5E

Text Example


Text Example

White with #093A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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