Html Css Color HEX #093359 Prussian Blue

📋 copy color: '#093359'

red 9 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #093359

Tints of Prussian Blue #093359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 6.04%
G = 34.23%
B = 59.73%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093359 (or 0x093359) is known color: Prussian Blue. HEX triplet: 09, 33 and 59. RGB value is (9,51,89). Sum of RGB (Red+Green+Blue) = 9+51+89=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #093359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093359 is #F6CCA6. Grayscale: #2A2A2A. Windows color (decimal): -16174247 or 5845769. OLE color: 5845769.

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

Color convert

RGB 9 51 89 -
CMYK 0.90 0.43 0 0.65
HSL 208.5º 0.82% 0.19% -
HSV(B) 208.5º 0.9% 0.35% -
XYZ 3.1 3.15 9.9 -
YUV 42.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 9 51 89 0.90 0.43 0 0.65 208.5 0.82 0.19
Hex 9 33 59 5A 2B 0 41 D0 52 13
Octal 11 63 131 132 53 0 101 320 122 23
Binary 1001 110011 1011001 1011010 101011 0 1000001 11010000 1010010 10011

Color Harmonies of #093359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093359

Black with #093359

Text Example


Text Example

White with #093359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093359; }

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

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

background-color css

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

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

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

border-color css

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

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

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