Html Css Color HEX #093A58 Prussian Blue

📋 copy color: '#093A58'

red 9 ◦ green 58 ◦ blue 88

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

Shades of Prussian Blue #093A58

Tints of Prussian Blue #093A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 5.81%
G = 37.42%
B = 56.77%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093A58 (or 0x093A58) is known color: Prussian Blue. HEX triplet: 09, 3A and 58. RGB value is (9,58,88). Sum of RGB (Red+Green+Blue) = 9+58+88=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #093A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A58 is #F6C5A7. Grayscale: #2E2E2E. Windows color (decimal): -16172456 or 5782025. OLE color: 5782025.

HSL color Cylindrical-coordinate representation of color #093A58: hue angle of 202.78º degrees, saturation: 0.81, 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 #093A58 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 58 88 -
CMYK 0.90 0.34 0 0.65
HSL 202.78º 0.81% 0.19% -
HSV(B) 202.78º 0.9% 0.35% -
XYZ 3.39 3.79 9.79 -
YUV 46.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 9 58 88 0.90 0.34 0 0.65 202.78 0.81 0.19
Hex 9 3A 58 5A 22 0 41 CB 51 13
Octal 11 72 130 132 42 0 101 313 121 23
Binary 1001 111010 1011000 1011010 100010 0 1000001 11001011 1010001 10011

Color Harmonies of #093A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A58

Black with #093A58

Text Example


Text Example

White with #093A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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