#093865

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

Shades of Prussian Blue #093865

Tints of Prussian Blue #093865

Color information

#093865 (or 0x093865) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 65. RGB value is (9,56,101). Sum of RGB (Red+Green+Blue) = 9+56+101=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #093865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093865 is #F6C79A. Grayscale: #2E2E2E. Windows color (decimal): -16172955 or 6633481. OLE color: 6633481.

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

Color convert

RGB956101-
CMYK0.910.4500.60
HSL209.35º83.64%21.57%-
HSV(B)209.35º91.09%39.61%-
XYZ3.883.8312.85-
YUV47.08158.43100.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 101 (39.84% from 255) = 60.84%
R=5.42%
G=33.73%
B=60.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9561010.910.4500.60209.3583.6421.57
Hex938655B2D03Cd15416
Octal11701451335507432112426
Binary100111100011001011011011101101011110011010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093865; }

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

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

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

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

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

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

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

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