#123B6C

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

Shades of Prussian Blue #123B6C

Tints of Prussian Blue #123B6C

Color information

#123B6C (or 0x123B6C) is unknown color: approx Prussian Blue. HEX triplet: 12, 3B and 6C. RGB value is (18,59,108). Sum of RGB (Red+Green+Blue) = 18+59+108=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #123B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B6C is #EDC493. Grayscale: #343434. Windows color (decimal): -15582356 or 7093010. OLE color: 7093010.

HSL color Cylindrical-coordinate representation of color #123B6C: hue angle of 212.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123B6C is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1859108-
CMYK0.830.4500.58
HSL212.67º71.43%24.71%-
HSV(B)212.67º83.33%42.35%-
XYZ4.524.3414.79-
YUV52.33159.42103.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=9.73%
G=31.89%
B=58.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18591080.830.4500.58212.6771.4324.71
Hex123B6C532D03Ad54719
Octal22731541235507232510731
Binary1001011101111011001010011101101011101011010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B6C; }

 p { color: rgb(18,59,108); }

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

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

 a { background-color: rgb(18,59,108); }

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

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

 span { border-color: rgb(18,59,108); }

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