#123B67

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

Shades of Prussian Blue #123B67

Tints of Prussian Blue #123B67

Color information

#123B67 (or 0x123B67) is unknown color: approx Prussian Blue. HEX triplet: 12, 3B and 67. RGB value is (18,59,103). Sum of RGB (Red+Green+Blue) = 18+59+103=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #123B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B67 is #EDC498. Grayscale: #333333. Windows color (decimal): -15582361 or 6765330. OLE color: 6765330.

HSL color Cylindrical-coordinate representation of color #123B67: hue angle of 211.06º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123B67 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1859103-
CMYK0.830.4300.60
HSL211.06º70.25%23.73%-
HSV(B)211.06º82.52%40.39%-
XYZ4.264.2413.42-
YUV51.76156.92103.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 103 (40.62% from 255) = 57.22%
R=10%
G=32.78%
B=57.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18591030.830.4300.60211.0670.2523.73
Hex123B67532B03Cd34618
Octal22731471235307432310630
Binary1001011101111001111010011101011011110011010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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