Html Css Color HEX #093553 Prussian Blue

📋 copy color: '#093553'

red 9 ◦ green 53 ◦ blue 83

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

Shades of Prussian Blue #093553

Tints of Prussian Blue #093553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 57.24%

R = 6.21%
G = 36.55%
B = 57.24%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093553 (or 0x093553) is known color: Prussian Blue. HEX triplet: 09, 35 and 53. RGB value is (9,53,83). Sum of RGB (Red+Green+Blue) = 9+53+83=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #093553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093553 is #F6CAAC. Grayscale: #2B2B2B. Windows color (decimal): -16173741 or 5453065. OLE color: 5453065.

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

Color convert

RGB 9 53 83 -
CMYK 0.89 0.36 0 0.67
HSL 204.32º 0.8% 0.18% -
HSV(B) 204.32º 0.89% 0.33% -
XYZ 2.95 3.23 8.65 -
YUV 43.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 9 53 83 0.89 0.36 0 0.67 204.32 0.8 0.18
Hex 9 35 53 59 24 0 43 CC 50 12
Octal 11 65 123 131 44 0 103 314 120 22
Binary 1001 110101 1010011 1011001 100100 0 1000011 11001100 1010000 10010

Color Harmonies of #093553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093553

Black with #093553

Text Example


Text Example

White with #093553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093553; }

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

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

background-color css

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

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

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

border-color css

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

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

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