Html Css Color HEX #093575 Prussian Blue

📋 copy color: '#093575'

red 9 ◦ green 53 ◦ blue 117

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

Shades of Prussian Blue #093575

Tints of Prussian Blue #093575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.36%

R = 5.03%
G = 29.61%
B = 65.36%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093575 (or 0x093575) is known color: Prussian Blue. HEX triplet: 09, 35 and 75. RGB value is (9,53,117). Sum of RGB (Red+Green+Blue) = 9+53+117=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #093575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093575 is #F6CA8A. Grayscale: #2E2E2E. Windows color (decimal): -16173707 or 7681289. OLE color: 7681289.

HSL color Cylindrical-coordinate representation of color #093575: hue angle of 215.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093575 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 53 117 -
CMYK 0.92 0.55 0 0.54
HSL 215.56º 0.86% 0.25% -
HSV(B) 215.56º 0.92% 0.46% -
XYZ 4.6 3.89 17.34 -
YUV 47.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 9 53 117 0.92 0.55 0 0.54 215.56 0.86 0.25
Hex 9 35 75 5C 37 0 36 D8 56 19
Octal 11 65 165 134 67 0 66 330 126 31
Binary 1001 110101 1110101 1011100 110111 0 110110 11011000 1010110 11001

Color Harmonies of #093575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093575

Black with #093575

Text Example


Text Example

White with #093575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093575; }

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

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

background-color css

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

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

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

border-color css

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

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

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