#123BB4

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

Shades of Persian Blue #123BB4

Tints of Persian Blue #123BB4

Color information

#123BB4 (or 0x123BB4) is unknown color: approx Persian Blue. HEX triplet: 12, 3B and B4. RGB value is (18,59,180). Sum of RGB (Red+Green+Blue) = 18+59+180=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #123BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BB4 is #EDC44B. Grayscale: #3C3C3C. Windows color (decimal): -15582284 or 11811602. OLE color: 11811602.

HSL color Cylindrical-coordinate representation of color #123BB4: hue angle of 224.81º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123BB4 is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1859180-
CMYK0.90.6700.29
HSL224.81º81.82%38.82%-
HSV(B)224.81º90%70.59%-
XYZ10.056.5543.91-
YUV60.54195.4297.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 180 (70.70% from 255) = 70.04%
R=7.00%
G=22.96%
B=70.04%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18591800.90.6700.29224.8181.8238.82
Hex123BB45A4301De15227
Octal227326413210303534112247
Binary100101110111011010010110101000011011101111000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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