#123967

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

Shades of Prussian Blue #123967

Tints of Prussian Blue #123967

Color information

#123967 (or 0x123967) is unknown color: approx Prussian Blue. HEX triplet: 12, 39 and 67. RGB value is (18,57,103). Sum of RGB (Red+Green+Blue) = 18+57+103=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #123967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123967 is #EDC698. Grayscale: #323232. Windows color (decimal): -15582873 or 6764818. OLE color: 6764818.

HSL color Cylindrical-coordinate representation of color #123967: hue angle of 212.47º 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 #123967 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1857103-
CMYK0.830.4500.60
HSL212.47º70.25%23.73%-
HSV(B)212.47º82.52%40.39%-
XYZ4.164.0313.39-
YUV50.58157.58104.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 103 (40.62% from 255) = 57.87%
R=10.11%
G=32.02%
B=57.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18571030.830.4500.60212.4770.2523.73
Hex123967532D03Cd44618
Octal22711471235507432410630
Binary1001011100111001111010011101101011110011010100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123967; }

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

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

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

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

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

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

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

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