#1924c4

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

Shades of Persian Blue #1924C4

Tints of Persian Blue #1924C4

Color information

#1924C4 (or 0x1924C4) is unknown color: approx Persian Blue. HEX triplet: 19, 24 and C4. RGB value is (25,36,196). Sum of RGB (Red+Green+Blue) = 25+36+196=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #1924C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924C4 is #E6DB3B. Grayscale: #323232. Windows color (decimal): -15129404 or 12854297. OLE color: 12854297.

HSL color Cylindrical-coordinate representation of color #1924C4: hue angle of 236.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1924C4 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2536196-
CMYK0.870.8200.23
HSL236.14º77.38%43.33%-
HSV(B)236.14º87.24%76.86%-
XYZ115.4552.7-
YUV50.95209.86109.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.73%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 196 (76.95% from 255) = 76.26%
R=9.73%
G=14.01%
B=76.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal25361960.870.8200.23236.1477.3843.33
Hex1924C45752017ec4d2b
Octal314430412712202735411553
Binary110011001001100010010101111010010010111111011001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1924c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1924c4; }

 p { color: rgb(25,36,196); }

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

<style>
 a { background-color: #1924c4; }

 a { background-color: rgb(25,36,196); }

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

<style>
 span { border-color: #1924c4; }

 span { border-color: rgb(25,36,196); }

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