#1233BE

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

Shades of Persian Blue #1233BE

Tints of Persian Blue #1233BE

Color information

#1233BE (or 0x1233BE) is unknown color: approx Persian Blue. HEX triplet: 12, 33 and BE. RGB value is (18,51,190). Sum of RGB (Red+Green+Blue) = 18+51+190=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #1233BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233BE is #EDCC41. Grayscale: #383838. Windows color (decimal): -15584322 or 12464914. OLE color: 12464914.

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

Color convert

RGB1851190-
CMYK0.910.7300.25
HSL228.49º82.69%40.78%-
HSV(B)228.49º90.53%74.51%-
XYZ10.736.2149.35-
YUV56.98203.07100.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=6.95%
G=19.69%
B=73.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18511900.910.7300.25228.4982.6940.78
Hex1233BE5B49019e45329
Octal226327613311103134412351
Binary100101100111011111010110111001001011001111001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1233BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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