#123EEE

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

Shades of Persian Blue #123EEE

Tints of Persian Blue #123EEE

Color information

#123EEE (or 0x123EEE) is unknown color: approx Persian Blue. HEX triplet: 12, 3E and EE. RGB value is (18,62,238). Sum of RGB (Red+Green+Blue) = 18+62+238=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #123EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EEE is #EDC111. Grayscale: #444444. Windows color (decimal): -15581458 or 15613458. OLE color: 15613458.

HSL color Cylindrical-coordinate representation of color #123EEE: hue angle of 228º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123EEE is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1862238-
CMYK0.920.7400.07
HSL228º86.61%50.2%-
HSV(B)228º92.44%93.33%-
XYZ17.49.7581.85-
YUV68.91223.4291.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 238 (93.36% from 255) = 74.84%
R=5.66%
G=19.50%
B=74.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18622380.920.7400.0722886.6150.2
Hex123EEE5C4A07e45732
Octal22763561341120734412762
Binary1001011111011101110101110010010100111111001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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