Html Css Color HEX #093872 Prussian Blue

📋 copy color: '#093872'

red 9 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #093872

Tints of Prussian Blue #093872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

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

R = 5.03%
G = 31.28%
B = 63.69%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093872 (or 0x093872) is known color: Prussian Blue. HEX triplet: 09, 38 and 72. RGB value is (9,56,114). Sum of RGB (Red+Green+Blue) = 9+56+114=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #093872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093872 is #F6C78D. Grayscale: #303030. Windows color (decimal): -16172942 or 7485449. OLE color: 7485449.

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

Color convert

RGB 9 56 114 -
CMYK 0.92 0.51 0 0.55
HSL 213.14º 0.85% 0.24% -
HSV(B) 213.14º 0.92% 0.45% -
XYZ 4.56 4.1 16.47 -
YUV 48.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 9 56 114 0.92 0.51 0 0.55 213.14 0.85 0.24
Hex 9 38 72 5C 33 0 37 D5 55 18
Octal 11 70 162 134 63 0 67 325 125 30
Binary 1001 111000 1110010 1011100 110011 0 110111 11010101 1010101 11000

Color Harmonies of #093872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093872

Black with #093872

Text Example


Text Example

White with #093872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093872; }

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

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

background-color css

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

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

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

border-color css

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

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

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