#1249CC

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

Shades of Persian Blue #1249CC

Tints of Persian Blue #1249CC

Color information

#1249CC (or 0x1249CC) is unknown color: approx Persian Blue. HEX triplet: 12, 49 and CC. RGB value is (18,73,204). Sum of RGB (Red+Green+Blue) = 18+73+204=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #1249CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249CC is #EDB633. Grayscale: #464646. Windows color (decimal): -15578676 or 13388050. OLE color: 13388050.

HSL color Cylindrical-coordinate representation of color #1249CC: hue angle of 222.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1249CC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1873204-
CMYK0.910.6400.2
HSL222.26º83.78%43.53%-
HSV(B)222.26º91.18%80%-
XYZ13.539.2558.2-
YUV71.49202.7889.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=6.10%
G=24.75%
B=69.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18732040.910.6400.2222.2683.7843.53
Hex1249CC5B40014de542c
Octal2211131413310002433612454
Binary1001010010011100110010110111000000010100110111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1249CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1249CC; }

 p { color: rgb(18,73,204); }

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

<style>
 a { background-color: #1249CC; }

 a { background-color: rgb(18,73,204); }

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

<style>
 span { border-color: #1249CC; }

 span { border-color: rgb(18,73,204); }

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