#1229BA

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

Shades of Persian Blue #1229BA

Tints of Persian Blue #1229BA

Color information

#1229BA (or 0x1229BA) is unknown color: approx Persian Blue. HEX triplet: 12, 29 and BA. RGB value is (18,41,186). Sum of RGB (Red+Green+Blue) = 18+41+186=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1229BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229BA is #EDD645. Grayscale: #323232. Windows color (decimal): -15586886 or 12200210. OLE color: 12200210.

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

Color convert

RGB1841186-
CMYK0.900.7800.27
HSL231.79º82.35%40%-
HSV(B)231.79º90.32%72.94%-
XYZ9.915.2646.95-
YUV50.65204.38104.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 186 (73.05% from 255) = 75.92%
R=7.35%
G=16.73%
B=75.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18411860.900.7800.27231.7982.3540
Hex1229BA5A4E01Be85228
Octal225127213211603335012250
Binary100101010011011101010110101001110011011111010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1229BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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