#123AE3

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

Shades of Persian Blue #123AE3

Tints of Persian Blue #123AE3

Color information

#123AE3 (or 0x123AE3) is unknown color: approx Persian Blue. HEX triplet: 12, 3A and E3. RGB value is (18,58,227). Sum of RGB (Red+Green+Blue) = 18+58+227=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #123AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AE3 is #EDC51C. Grayscale: #404040. Windows color (decimal): -15582493 or 14891538. OLE color: 14891538.

HSL color Cylindrical-coordinate representation of color #123AE3: hue angle of 228.52º 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 #123AE3 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1858227-
CMYK0.920.7400.11
HSL228.52º85.31%48.04%-
HSV(B)228.52º92.07%89.02%-
XYZ15.638.773.53-
YUV65.31219.2594.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 227 (89.06% from 255) = 74.92%
R=5.94%
G=19.14%
B=74.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18582270.920.7400.11228.5285.3148.04
Hex123AE35C4A0Be55530
Octal227234313411201334512560
Binary10010111010111000111011100100101001011111001011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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