#093765

Color #093765 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #093765

Tints of Prussian Blue #093765

Color information

#093765 (or 0x093765) is unknown color: approx Prussian Blue. HEX triplet: 09, 37 and 65. RGB value is (9,55,101). Sum of RGB (Red+Green+Blue) = 9+55+101=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #093765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093765 is #F6C89A. Grayscale: #2E2E2E. Windows color (decimal): -16173211 or 6633225. OLE color: 6633225.

HSL color Cylindrical-coordinate representation of color #093765: hue angle of 210º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093765 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB955101-
CMYK0.910.4600.60
HSL210º83.64%21.57%-
HSV(B)210º91.09%39.61%-
XYZ3.833.7312.83-
YUV46.49158.76101.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 61.21%
R=5.45%
G=33.33%
B=61.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9551010.910.4600.6021083.6421.57
Hex937655B2E03Cd25416
Octal11671451335607432212426
Binary100111011111001011011011101110011110011010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093765; }

 p { color: rgb(9,55,101); }

 H1.HeaderClassName
 {
   color: #093765;
 }
 .AnyTagClassName
 {
   color: #093765;
 }
</style>
background-color css

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

 a { background-color: rgb(9,55,101); }

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

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

 span { border-color: rgb(9,55,101); }

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