#123A6B

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

Shades of Prussian Blue #123A6B

Tints of Prussian Blue #123A6B

Color information

#123A6B (or 0x123A6B) is unknown color: approx Prussian Blue. HEX triplet: 12, 3A and 6B. RGB value is (18,58,107). Sum of RGB (Red+Green+Blue) = 18+58+107=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #123A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A6B is #EDC594. Grayscale: #333333. Windows color (decimal): -15582613 or 7027218. OLE color: 7027218.

HSL color Cylindrical-coordinate representation of color #123A6B: hue angle of 213.03º 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 #123A6B is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1858107-
CMYK0.830.4600.58
HSL213.03º71.2%24.51%-
HSV(B)213.03º83.18%41.96%-
XYZ4.424.2214.49-
YUV51.63159.25104.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=9.84%
G=31.69%
B=58.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18581070.830.4600.58213.0371.224.51
Hex123A6B532E03Ad54719
Octal22721531235607232510731
Binary1001011101011010111010011101110011101011010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,107); }

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

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

 a { background-color: rgb(18,58,107); }

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

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

 span { border-color: rgb(18,58,107); }

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