#1C25DB

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

Shades of Persian Blue #1C25DB

Tints of Persian Blue #1C25DB

Color information

#1C25DB (or 0x1C25DB) is unknown color: approx Persian Blue. HEX triplet: 1C, 25 and DB. RGB value is (28,37,219). Sum of RGB (Red+Green+Blue) = 28+37+219=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C25DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C25DB is #E3DA24. Grayscale: #363636. Windows color (decimal): -14932517 or 14361884. OLE color: 14361884.

HSL color Cylindrical-coordinate representation of color #1C25DB: hue angle of 237.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C25DB is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2837219-
CMYK0.870.8300.14
HSL237.17º77.33%48.43%-
HSV(B)237.17º87.21%85.88%-
XYZ13.936.6867.57-
YUV55.06220.52108.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 219 (85.94% from 255) = 77.11%
R=9.86%
G=13.03%
B=77.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal28372190.870.8300.14237.1777.3348.43
Hex1C25DB57530Eed4d30
Octal344533312712301635511560
Binary11100100101110110111010111101001101110111011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C25DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,219); }

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

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

 a { background-color: rgb(28,37,219); }

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

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

 span { border-color: rgb(28,37,219); }

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