#1245D0

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

Shades of Persian Blue #1245D0

Tints of Persian Blue #1245D0

Color information

#1245D0 (or 0x1245D0) is unknown color: approx Persian Blue. HEX triplet: 12, 45 and D0. RGB value is (18,69,208). Sum of RGB (Red+Green+Blue) = 18+69+208=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #1245D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1245D0 is #EDBA2F. Grayscale: #444444. Windows color (decimal): -15579696 or 13649170. OLE color: 13649170.

HSL color Cylindrical-coordinate representation of color #1245D0: hue angle of 223.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1245D0 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1869208-
CMYK0.910.6700.18
HSL223.89º84.07%44.31%-
HSV(B)223.89º91.35%81.57%-
XYZ13.768.9460.67-
YUV69.6206.191.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 208 (81.64% from 255) = 70.51%
R=6.10%
G=23.39%
B=70.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18692080.910.6700.18223.8984.0744.31
Hex1245D05B43012e0542c
Octal2210532013310302234012454
Binary1001010001011101000010110111000011010010111000001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1245D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1245D0; }

 p { color: rgb(18,69,208); }

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

<style>
 a { background-color: #1245D0; }

 a { background-color: rgb(18,69,208); }

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

<style>
 span { border-color: #1245D0; }

 span { border-color: rgb(18,69,208); }

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