#1233BA

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

Shades of Persian Blue #1233BA

Tints of Persian Blue #1233BA

Color information

#1233BA (or 0x1233BA) is unknown color: approx Persian Blue. HEX triplet: 12, 33 and BA. RGB value is (18,51,186). Sum of RGB (Red+Green+Blue) = 18+51+186=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1233BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233BA is #EDCC45. Grayscale: #373737. Windows color (decimal): -15584326 or 12202770. OLE color: 12202770.

HSL color Cylindrical-coordinate representation of color #1233BA: hue angle of 228.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1233BA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1851186-
CMYK0.900.7300.27
HSL228.21º82.35%40%-
HSV(B)228.21º90.32%72.94%-
XYZ10.36.0447.08-
YUV56.52201.07100.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 72.94%
R=7.06%
G=20%
B=72.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511860.900.7300.27228.2182.3540
Hex1233BA5A4901Be45228
Octal226327213211103334412250
Binary100101100111011101010110101001001011011111001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1233BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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