Html Css Color HEX #093470 Prussian Blue

📋 copy color: '#093470'

red 9 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #093470

Tints of Prussian Blue #093470

RGB

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

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

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

R = 5.2%
G = 30.06%
B = 64.74%

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

#093470 (or 0x093470) is known color: Prussian Blue. HEX triplet: 09, 34 and 70. RGB value is (9,52,112). Sum of RGB (Red+Green+Blue) = 9+52+112=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #093470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093470 is #F6CB8F. Grayscale: #2D2D2D. Windows color (decimal): -16173968 or 7353353. OLE color: 7353353.

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

Color convert

RGB 9 52 112 -
CMYK 0.92 0.54 0 0.56
HSL 214.95º 0.85% 0.24% -
HSV(B) 214.95º 0.92% 0.44% -
XYZ 4.27 3.68 15.82 -
YUV 45.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 9 52 112 0.92 0.54 0 0.56 214.95 0.85 0.24
Hex 9 34 70 5C 36 0 38 D7 55 18
Octal 11 64 160 134 66 0 70 327 125 30
Binary 1001 110100 1110000 1011100 110110 0 111000 11010111 1010101 11000

Color Harmonies of #093470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093470

Black with #093470

Text Example


Text Example

White with #093470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093470; }

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

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

background-color css

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

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

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

border-color css

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

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

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