#123667

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

Shades of Prussian Blue #123667

Tints of Prussian Blue #123667

Color information

#123667 (or 0x123667) is unknown color: approx Prussian Blue. HEX triplet: 12, 36 and 67. RGB value is (18,54,103). Sum of RGB (Red+Green+Blue) = 18+54+103=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #123667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123667 is #EDC998. Grayscale: #303030. Windows color (decimal): -15583641 or 6764050. OLE color: 6764050.

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

Color convert

RGB1854103-
CMYK0.830.4800.60
HSL214.59º70.25%23.73%-
HSV(B)214.59º82.52%40.39%-
XYZ4.023.7513.34-
YUV48.82158.57106.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 103 (40.62% from 255) = 58.86%
R=10.29%
G=30.86%
B=58.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18541030.830.4800.60214.5970.2523.73
Hex123667533003Cd74618
Octal22661471236007432710630
Binary1001011011011001111010011110000011110011010111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123667; }

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

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

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

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

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

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

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

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