#123EE3

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

Shades of Persian Blue #123EE3

Tints of Persian Blue #123EE3

Color information

#123EE3 (or 0x123EE3) is unknown color: approx Persian Blue. HEX triplet: 12, 3E and E3. RGB value is (18,62,227). Sum of RGB (Red+Green+Blue) = 18+62+227=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #123EE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EE3 is #EDC11C. Grayscale: #424242. Windows color (decimal): -15581469 or 14892562. OLE color: 14892562.

HSL color Cylindrical-coordinate representation of color #123EE3: hue angle of 227.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123EE3 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1862227-
CMYK0.920.7300.11
HSL227.37º85.31%48.04%-
HSV(B)227.37º92.07%89.02%-
XYZ15.849.1273.6-
YUV67.65217.9292.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 227 (89.06% from 255) = 73.94%
R=5.86%
G=20.20%
B=73.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18622270.920.7300.11227.3785.3148.04
Hex123EE35C490Be35530
Octal227634313411101334312560
Binary10010111110111000111011100100100101011111000111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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