Html Css Color HEX #093552 Prussian Blue

📋 copy color: '#093552'

red 9 ◦ green 53 ◦ blue 82

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

Shades of Prussian Blue #093552

Tints of Prussian Blue #093552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 82 (32.42% from 255) = 56.94%

R = 6.25%
G = 36.81%
B = 56.94%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#093552 (or 0x093552) is known color: Prussian Blue. HEX triplet: 09, 35 and 52. RGB value is (9,53,82). Sum of RGB (Red+Green+Blue) = 9+53+82=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #093552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093552 is #F6CAAD. Grayscale: #2A2A2A. Windows color (decimal): -16173742 or 5387529. OLE color: 5387529.

HSL color Cylindrical-coordinate representation of color #093552: hue angle of 203.84º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093552 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 53 82 -
CMYK 0.89 0.35 0 0.68
HSL 203.84º 0.8% 0.18% -
HSV(B) 203.84º 0.89% 0.32% -
XYZ 2.91 3.21 8.45 -
YUV 43.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 9 53 82 0.89 0.35 0 0.68 203.84 0.8 0.18
Hex 9 35 52 59 23 0 44 CC 50 12
Octal 11 65 122 131 43 0 104 314 120 22
Binary 1001 110101 1010010 1011001 100011 0 1000100 11001100 1010000 10010

Color Harmonies of #093552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093552

Black with #093552

Text Example


Text Example

White with #093552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093552; }

 p { color: rgb(9,53,82); }

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

background-color css

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

 a { background-color: rgb(9,53,82); }

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

border-color css

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

 span { border-color: rgb(9,53,82); }

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