Html Css Color HEX #093670 Prussian Blue

📋 copy color: '#093670'

red 9 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #093670

Tints of Prussian Blue #093670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 5.14%
G = 30.86%
B = 64%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093670 (or 0x093670) is known color: Prussian Blue. HEX triplet: 09, 36 and 70. RGB value is (9,54,112). Sum of RGB (Red+Green+Blue) = 9+54+112=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #093670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093670 is #F6C98F. Grayscale: #2E2E2E. Windows color (decimal): -16173456 or 7353865. OLE color: 7353865.

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

Color convert

RGB 9 54 112 -
CMYK 0.92 0.52 0 0.56
HSL 213.79º 0.85% 0.24% -
HSV(B) 213.79º 0.92% 0.44% -
XYZ 4.36 3.87 15.85 -
YUV 47.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 9 54 112 0.92 0.52 0 0.56 213.79 0.85 0.24
Hex 9 36 70 5C 34 0 38 D6 55 18
Octal 11 66 160 134 64 0 70 326 125 30
Binary 1001 110110 1110000 1011100 110100 0 111000 11010110 1010101 11000

Color Harmonies of #093670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093670

Black with #093670

Text Example


Text Example

White with #093670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093670; }

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

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

background-color css

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

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

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

border-color css

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

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

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