#1A24CC

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

Shades of Persian Blue #1A24CC

Tints of Persian Blue #1A24CC

Color information

#1A24CC (or 0x1A24CC) is unknown color: approx Persian Blue. HEX triplet: 1A, 24 and CC. RGB value is (26,36,204). Sum of RGB (Red+Green+Blue) = 26+36+204=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A24CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A24CC is #E5DB33. Grayscale: #333333. Windows color (decimal): -15063860 or 13378586. OLE color: 13378586.

HSL color Cylindrical-coordinate representation of color #1A24CC: hue angle of 236.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A24CC is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2636204-
CMYK0.870.8200.2
HSL236.63º77.39%45.1%-
HSV(B)236.63º87.25%80%-
XYZ11.965.8457.62-
YUV52.16213.69109.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 204 (80.08% from 255) = 76.69%
R=9.77%
G=13.53%
B=76.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26362040.870.8200.2236.6377.3945.1
Hex1A24CC5752014ed4d2d
Octal324431412712202435511555
Binary110101001001100110010101111010010010100111011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A24CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,204); }

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

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

 a { background-color: rgb(26,36,204); }

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

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

 span { border-color: rgb(26,36,204); }

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