#123DBE

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

Shades of Persian Blue #123DBE

Tints of Persian Blue #123DBE

Color information

#123DBE (or 0x123DBE) is unknown color: approx Persian Blue. HEX triplet: 12, 3D and BE. RGB value is (18,61,190). Sum of RGB (Red+Green+Blue) = 18+61+190=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #123DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DBE is #EDC241. Grayscale: #3E3E3E. Windows color (decimal): -15581762 or 12467474. OLE color: 12467474.

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

Color convert

RGB1861190-
CMYK0.910.6800.25
HSL225º82.69%40.78%-
HSV(B)225º90.53%74.51%-
XYZ11.217.1849.51-
YUV62.85199.7596.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 190 (74.61% from 255) = 70.63%
R=6.69%
G=22.68%
B=70.63%

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
Decimal18611900.910.6800.2522582.6940.78
Hex123DBE5B44019e15329
Octal227527613310403134112351
Binary100101111011011111010110111000100011001111000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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