#123CBE

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

Shades of Persian Blue #123CBE

Tints of Persian Blue #123CBE

Color information

#123CBE (or 0x123CBE) is unknown color: approx Persian Blue. HEX triplet: 12, 3C and BE. RGB value is (18,60,190). Sum of RGB (Red+Green+Blue) = 18+60+190=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #123CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CBE is #EDC341. Grayscale: #3D3D3D. Windows color (decimal): -15582018 or 12467218. OLE color: 12467218.

HSL color Cylindrical-coordinate representation of color #123CBE: hue angle of 225.35º 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 #123CBE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1860190-
CMYK0.910.6800.25
HSL225.35º82.69%40.78%-
HSV(B)225.35º90.53%74.51%-
XYZ11.167.0849.49-
YUV62.26200.0996.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=6.72%
G=22.39%
B=70.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18601900.910.6800.25225.3582.6940.78
Hex123CBE5B44019e15329
Octal227427613310403134112351
Binary100101111001011111010110111000100011001111000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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