#123D6C

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

Shades of Prussian Blue #123D6C

Tints of Prussian Blue #123D6C

Color information

#123D6C (or 0x123D6C) is unknown color: approx Prussian Blue. HEX triplet: 12, 3D and 6C. RGB value is (18,61,108). Sum of RGB (Red+Green+Blue) = 18+61+108=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #123D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D6C is #EDC293. Grayscale: #353535. Windows color (decimal): -15581844 or 7093522. OLE color: 7093522.

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

Color convert

RGB1861108-
CMYK0.830.4400.58
HSL211.33º71.43%24.71%-
HSV(B)211.33º83.33%42.35%-
XYZ4.624.5514.82-
YUV53.5158.75102.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=9.63%
G=32.62%
B=57.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18611080.830.4400.58211.3371.4324.71
Hex123D6C532C03Ad34719
Octal22751541235407232310731
Binary1001011110111011001010011101100011101011010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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