#1246CC

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

Shades of Persian Blue #1246CC

Tints of Persian Blue #1246CC

Color information

#1246CC (or 0x1246CC) is unknown color: approx Persian Blue. HEX triplet: 12, 46 and CC. RGB value is (18,70,204). Sum of RGB (Red+Green+Blue) = 18+70+204=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #1246CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246CC is #EDB933. Grayscale: #454545. Windows color (decimal): -15579444 or 13387282. OLE color: 13387282.

HSL color Cylindrical-coordinate representation of color #1246CC: hue angle of 223.23º 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 #1246CC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1870204-
CMYK0.910.6600.2
HSL223.23º83.78%43.53%-
HSV(B)223.23º91.18%80%-
XYZ13.348.8758.14-
YUV69.73203.7791.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 204 (80.08% from 255) = 69.86%
R=6.16%
G=23.97%
B=69.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18702040.910.6600.2223.2383.7843.53
Hex1246CC5B42014df542c
Octal2210631413310202433712454
Binary1001010001101100110010110111000010010100110111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1246CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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