#123765

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

Shades of Prussian Blue #123765

Tints of Prussian Blue #123765

Color information

#123765 (or 0x123765) is unknown color: approx Prussian Blue. HEX triplet: 12, 37 and 65. RGB value is (18,55,101). Sum of RGB (Red+Green+Blue) = 18+55+101=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #123765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123765 is #EDC89A. Grayscale: #303030. Windows color (decimal): -15583387 or 6633234. OLE color: 6633234.

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

Color convert

RGB1855101-
CMYK0.820.4600.60
HSL213.25º69.75%23.33%-
HSV(B)213.25º82.18%39.61%-
XYZ3.963.812.84-
YUV49.18157.24105.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=10.34%
G=31.61%
B=58.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18551010.820.4600.60213.2569.7523.33
Hex123765522E03Cd54617
Octal22671451225607432510627
Binary1001011011111001011010010101110011110011010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123765; }

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

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

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

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

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

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

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

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