Html Css Color HEX #093472 Prussian Blue

📋 copy color: '#093472'

red 9 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #093472

Tints of Prussian Blue #093472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

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

R = 5.14%
G = 29.71%
B = 65.14%

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

#093472 (or 0x093472) is known color: Prussian Blue. HEX triplet: 09, 34 and 72. RGB value is (9,52,114). Sum of RGB (Red+Green+Blue) = 9+52+114=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #093472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093472 is #F6CB8D. Grayscale: #2D2D2D. Windows color (decimal): -16173966 or 7484425. OLE color: 7484425.

HSL color Cylindrical-coordinate representation of color #093472: hue angle of 215.43º 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 #093472 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 52 114 -
CMYK 0.92 0.54 0 0.55
HSL 215.43º 0.85% 0.24% -
HSV(B) 215.43º 0.92% 0.45% -
XYZ 4.38 3.73 16.41 -
YUV 46.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 9 52 114 0.92 0.54 0 0.55 215.43 0.85 0.24
Hex 9 34 72 5C 36 0 37 D7 55 18
Octal 11 64 162 134 66 0 67 327 125 30
Binary 1001 110100 1110010 1011100 110110 0 110111 11010111 1010101 11000

Color Harmonies of #093472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093472

Black with #093472

Text Example


Text Example

White with #093472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093472; }

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

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

background-color css

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

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

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

border-color css

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

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

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