#1224BB

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

Shades of Persian Blue #1224BB

Tints of Persian Blue #1224BB

Color information

#1224BB (or 0x1224BB) is unknown color: approx Persian Blue. HEX triplet: 12, 24 and BB. RGB value is (18,36,187). Sum of RGB (Red+Green+Blue) = 18+36+187=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #1224BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224BB is #EDDB44. Grayscale: #2F2F2F. Windows color (decimal): -15588165 or 12264466. OLE color: 12264466.

HSL color Cylindrical-coordinate representation of color #1224BB: hue angle of 233.61º 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 #1224BB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1836187-
CMYK0.900.8100.27
HSL233.61º82.44%40.2%-
HSV(B)233.61º90.37%73.33%-
XYZ9.854.9847.46-
YUV47.83206.54106.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 187 (73.44% from 255) = 77.59%
R=7.47%
G=14.94%
B=77.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18361870.900.8100.27233.6182.4440.2
Hex1224BB5A5101Bea5228
Octal224427313212103335212250
Binary100101001001011101110110101010001011011111010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1224BB; }

 p { color: rgb(18,36,187); }

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

<style>
 a { background-color: #1224BB; }

 a { background-color: rgb(18,36,187); }

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

<style>
 span { border-color: #1224BB; }

 span { border-color: rgb(18,36,187); }

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