#1C44DF

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

Shades of Persian Blue #1C44DF

Tints of Persian Blue #1C44DF

Color information

#1C44DF (or 0x1C44DF) is unknown color: approx Persian Blue. HEX triplet: 1C, 44 and DF. RGB value is (28,68,223). Sum of RGB (Red+Green+Blue) = 28+68+223=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C44DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C44DF is #E3BB20. Grayscale: #494949. Windows color (decimal): -14924577 or 14631964. OLE color: 14631964.

HSL color Cylindrical-coordinate representation of color #1C44DF: hue angle of 227.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C44DF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2868223-
CMYK0.870.7000.13
HSL227.69º77.69%49.22%-
HSV(B)227.69º87.44%87.45%-
XYZ15.879.7170.85-
YUV73.71212.2595.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 223 (87.5% from 255) = 69.91%
R=8.78%
G=21.32%
B=69.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28682230.870.7000.13227.6977.6949.22
Hex1C44DF57460De44e31
Octal3410433712710601534411661
Binary111001000100110111111010111100011001101111001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C44DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C44DF; }

 p { color: rgb(28,68,223); }

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

<style>
 a { background-color: #1C44DF; }

 a { background-color: rgb(28,68,223); }

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

<style>
 span { border-color: #1C44DF; }

 span { border-color: rgb(28,68,223); }

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