Html Css Color HEX #093572 Prussian Blue

📋 copy color: '#093572'

red 9 ◦ green 53 ◦ blue 114

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

Shades of Prussian Blue #093572

Tints of Prussian Blue #093572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.77%

R = 5.11%
G = 30.11%
B = 64.77%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093572 (or 0x093572) is known color: Prussian Blue. HEX triplet: 09, 35 and 72. RGB value is (9,53,114). Sum of RGB (Red+Green+Blue) = 9+53+114=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #093572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093572 is #F6CA8D. Grayscale: #2E2E2E. Windows color (decimal): -16173710 or 7484681. OLE color: 7484681.

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

Color convert

RGB 9 53 114 -
CMYK 0.92 0.54 0 0.55
HSL 214.86º 0.85% 0.24% -
HSV(B) 214.86º 0.92% 0.45% -
XYZ 4.42 3.82 16.42 -
YUV 46.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 9 53 114 0.92 0.54 0 0.55 214.86 0.85 0.24
Hex 9 35 72 5C 36 0 37 D7 55 18
Octal 11 65 162 134 66 0 67 327 125 30
Binary 1001 110101 1110010 1011100 110110 0 110111 11010111 1010101 11000

Color Harmonies of #093572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093572

Black with #093572

Text Example


Text Example

White with #093572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093572; }

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

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

background-color css

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

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

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

border-color css

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

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

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