#1233E2

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

Shades of Persian Blue #1233E2

Tints of Persian Blue #1233E2

Color information

#1233E2 (or 0x1233E2) is unknown color: approx Persian Blue. HEX triplet: 12, 33 and E2. RGB value is (18,51,226). Sum of RGB (Red+Green+Blue) = 18+51+226=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 226 (88.67% from 255 or 76.61% from 295); Max value from RGB is 226 - color contains mainly: blue. Hex color #1233E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233E2 is #EDCC1D. Grayscale: #3C3C3C. Windows color (decimal): -15584286 or 14824210. OLE color: 14824210.

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

Color convert

RGB1851226-
CMYK0.920.7700.11
HSL230.48º85.25%47.84%-
HSV(B)230.48º92.04%88.63%-
XYZ15.167.9972.69-
YUV61.08221.0797.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 226 (88.67% from 255) = 76.61%
R=6.10%
G=17.29%
B=76.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18512260.920.7700.11230.4885.2547.84
Hex1233E25C4D0Be65530
Octal226334213411501334612560
Binary10010110011111000101011100100110101011111001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1233E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1233E2; }

 p { color: rgb(18,51,226); }

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

<style>
 a { background-color: #1233E2; }

 a { background-color: rgb(18,51,226); }

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

<style>
 span { border-color: #1233E2; }

 span { border-color: rgb(18,51,226); }

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