#123EBF

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

Shades of Persian Blue #123EBF

Tints of Persian Blue #123EBF

Color information

#123EBF (or 0x123EBF) is unknown color: approx Persian Blue. HEX triplet: 12, 3E and BF. RGB value is (18,62,191). Sum of RGB (Red+Green+Blue) = 18+62+191=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #123EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EBF is #EDC140. Grayscale: #3E3E3E. Windows color (decimal): -15581505 or 12533266. OLE color: 12533266.

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

Color convert

RGB1862191-
CMYK0.910.6800.25
HSL224.74º82.78%40.98%-
HSV(B)224.74º90.58%74.9%-
XYZ11.387.3450.11-
YUV63.55199.9295.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 191 (75% from 255) = 70.48%
R=6.64%
G=22.88%
B=70.48%

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
Decimal18621910.910.6800.25224.7482.7840.98
Hex123EBF5B44019e15329
Octal227627713310403134112351
Binary100101111101011111110110111000100011001111000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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