Html Css Color HEX #093A59 Prussian Blue

📋 copy color: '#093A59'

red 9 ◦ green 58 ◦ blue 89

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

Shades of Prussian Blue #093A59

Tints of Prussian Blue #093A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 5.77%
G = 37.18%
B = 57.05%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093A59 (or 0x093A59) is known color: Prussian Blue. HEX triplet: 09, 3A and 59. RGB value is (9,58,89). Sum of RGB (Red+Green+Blue) = 9+58+89=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #093A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A59 is #F6C5A6. Grayscale: #2E2E2E. Windows color (decimal): -16172455 or 5847561. OLE color: 5847561.

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

Color convert

RGB 9 58 89 -
CMYK 0.90 0.35 0 0.65
HSL 203.25º 0.82% 0.19% -
HSV(B) 203.25º 0.9% 0.35% -
XYZ 3.43 3.81 10.01 -
YUV 46.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 9 58 89 0.90 0.35 0 0.65 203.25 0.82 0.19
Hex 9 3A 59 5A 23 0 41 CB 52 13
Octal 11 72 131 132 43 0 101 313 122 23
Binary 1001 111010 1011001 1011010 100011 0 1000001 11001011 1010010 10011

Color Harmonies of #093A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A59

Black with #093A59

Text Example


Text Example

White with #093A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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