#1244BF

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

Shades of Persian Blue #1244BF

Tints of Persian Blue #1244BF

Color information

#1244BF (or 0x1244BF) is unknown color: approx Persian Blue. HEX triplet: 12, 44 and BF. RGB value is (18,68,191). Sum of RGB (Red+Green+Blue) = 18+68+191=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #1244BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1244BF is #EDBB40. Grayscale: #424242. Windows color (decimal): -15579969 or 12534802. OLE color: 12534802.

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

Color convert

RGB1868191-
CMYK0.910.6400.25
HSL222.66º82.78%40.98%-
HSV(B)222.66º90.58%74.9%-
XYZ11.728.0250.22-
YUV67.07197.9493-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 191 (75% from 255) = 68.95%
R=6.50%
G=24.55%
B=68.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18681910.910.6400.25222.6682.7840.98
Hex1244BF5B40019df5329
Octal2210427713310003133712351
Binary1001010001001011111110110111000000011001110111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1244BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1244BF; }

 p { color: rgb(18,68,191); }

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

<style>
 a { background-color: #1244BF; }

 a { background-color: rgb(18,68,191); }

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

<style>
 span { border-color: #1244BF; }

 span { border-color: rgb(18,68,191); }

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