#093B65

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

Shades of Prussian Blue #093B65

Tints of Prussian Blue #093B65

Color information

#093B65 (or 0x093B65) is unknown color: approx Prussian Blue. HEX triplet: 09, 3B and 65. RGB value is (9,59,101). Sum of RGB (Red+Green+Blue) = 9+59+101=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #093B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B65 is #F6C49A. Grayscale: #303030. Windows color (decimal): -16172187 or 6634249. OLE color: 6634249.

HSL color Cylindrical-coordinate representation of color #093B65: hue angle of 207.39º 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 #093B65 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB959101-
CMYK0.910.4200.60
HSL207.39º83.64%21.57%-
HSV(B)207.39º91.09%39.61%-
XYZ4.034.1312.9-
YUV48.84157.4499.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=5.33%
G=34.91%
B=59.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9591010.910.4200.60207.3983.6421.57
Hex93B655B2A03Ccf5416
Octal11731451335207431712426
Binary100111101111001011011011101010011110011001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093B65; }

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

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

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

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

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

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

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

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