Html Css Color HEX #093870 Prussian Blue

📋 copy color: '#093870'

red 9 ◦ green 56 ◦ blue 112

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

Shades of Prussian Blue #093870

Tints of Prussian Blue #093870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 5.08%
G = 31.64%
B = 63.28%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093870 (or 0x093870) is known color: Prussian Blue. HEX triplet: 09, 38 and 70. RGB value is (9,56,112). Sum of RGB (Red+Green+Blue) = 9+56+112=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #093870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093870 is #F6C78F. Grayscale: #303030. Windows color (decimal): -16172944 or 7354377. OLE color: 7354377.

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

Color convert

RGB 9 56 112 -
CMYK 0.92 0.50 0 0.56
HSL 212.62º 0.85% 0.24% -
HSV(B) 212.62º 0.92% 0.44% -
XYZ 4.45 4.06 15.88 -
YUV 48.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 9 56 112 0.92 0.50 0 0.56 212.62 0.85 0.24
Hex 9 38 70 5C 32 0 38 D5 55 18
Octal 11 70 160 134 62 0 70 325 125 30
Binary 1001 111000 1110000 1011100 110010 0 111000 11010101 1010101 11000

Color Harmonies of #093870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093870

Black with #093870

Text Example


Text Example

White with #093870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093870; }

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

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

background-color css

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

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

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

border-color css

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

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

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