#1243C0

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

Shades of Persian Blue #1243C0

Tints of Persian Blue #1243C0

Color information

#1243C0 (or 0x1243C0) is unknown color: approx Persian Blue. HEX triplet: 12, 43 and C0. RGB value is (18,67,192). Sum of RGB (Red+Green+Blue) = 18+67+192=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #1243C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243C0 is #EDBC3F. Grayscale: #424242. Windows color (decimal): -15580224 or 12600082. OLE color: 12600082.

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

Color convert

RGB1867192-
CMYK0.910.6500.25
HSL223.1º82.86%41.18%-
HSV(B)223.1º90.62%75.29%-
XYZ11.777.9550.78-
YUV66.6198.7793.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 192 (75.39% from 255) = 69.31%
R=6.50%
G=24.19%
B=69.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18671920.910.6500.25223.182.8641.18
Hex1243C05B41019df5329
Octal2210330013310103133712351
Binary1001010000111100000010110111000001011001110111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1243C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1243C0; }

 p { color: rgb(18,67,192); }

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

<style>
 a { background-color: #1243C0; }

 a { background-color: rgb(18,67,192); }

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

<style>
 span { border-color: #1243C0; }

 span { border-color: rgb(18,67,192); }

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