#1233B4

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

Shades of Persian Blue #1233B4

Tints of Persian Blue #1233B4

Color information

#1233B4 (or 0x1233B4) is unknown color: approx Persian Blue. HEX triplet: 12, 33 and B4. RGB value is (18,51,180). Sum of RGB (Red+Green+Blue) = 18+51+180=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #1233B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233B4 is #EDCC4B. Grayscale: #373737. Windows color (decimal): -15584332 or 11809554. OLE color: 11809554.

HSL color Cylindrical-coordinate representation of color #1233B4: hue angle of 227.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1233B4 is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1851180-
CMYK0.90.7200.29
HSL227.78º81.82%38.82%-
HSV(B)227.78º90%70.59%-
XYZ9.675.7943.79-
YUV55.84198.07101.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 180 (70.70% from 255) = 72.29%
R=7.23%
G=20.48%
B=72.29%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18511800.90.7200.29227.7881.8238.82
Hex1233B45A4801De45227
Octal226326413211003534412247
Binary100101100111011010010110101001000011101111001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1233B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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