Html Css Color HEX #093370 Prussian Blue

📋 copy color: '#093370'

red 9 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #093370

Tints of Prussian Blue #093370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 5.23%
G = 29.65%
B = 65.12%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093370 (or 0x093370) is known color: Prussian Blue. HEX triplet: 09, 33 and 70. RGB value is (9,51,112). Sum of RGB (Red+Green+Blue) = 9+51+112=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #093370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093370 is #F6CC8F. Grayscale: #2D2D2D. Windows color (decimal): -16174224 or 7353097. OLE color: 7353097.

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

Color convert

RGB 9 51 112 -
CMYK 0.92 0.54 0 0.56
HSL 215.53º 0.85% 0.24% -
HSV(B) 215.53º 0.92% 0.44% -
XYZ 4.22 3.6 15.8 -
YUV 45.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 9 51 112 0.92 0.54 0 0.56 215.53 0.85 0.24
Hex 9 33 70 5C 36 0 38 D8 55 18
Octal 11 63 160 134 66 0 70 330 125 30
Binary 1001 110011 1110000 1011100 110110 0 111000 11011000 1010101 11000

Color Harmonies of #093370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093370

Black with #093370

Text Example


Text Example

White with #093370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093370; }

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

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

background-color css

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

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

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

border-color css

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

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

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