#123EBE

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

Shades of Persian Blue #123EBE

Tints of Persian Blue #123EBE

Color information

#123EBE (or 0x123EBE) is unknown color: approx Persian Blue. HEX triplet: 12, 3E and BE. RGB value is (18,62,190). Sum of RGB (Red+Green+Blue) = 18+62+190=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #123EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EBE is #EDC141. Grayscale: #3E3E3E. Windows color (decimal): -15581506 or 12467730. OLE color: 12467730.

HSL color Cylindrical-coordinate representation of color #123EBE: hue angle of 224.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123EBE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1862190-
CMYK0.910.6700.25
HSL224.65º82.69%40.78%-
HSV(B)224.65º90.53%74.51%-
XYZ11.277.2949.53-
YUV63.44199.4295.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=6.67%
G=22.96%
B=70.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18621900.910.6700.25224.6582.6940.78
Hex123EBE5B43019e15329
Octal227627613310303134112351
Binary100101111101011111010110111000011011001111000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,190); }

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

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

 a { background-color: rgb(18,62,190); }

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

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

 span { border-color: rgb(18,62,190); }

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