#1D28CA

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

Shades of Persian Blue #1D28CA

Tints of Persian Blue #1D28CA

Color information

#1D28CA (or 0x1D28CA) is unknown color: approx Persian Blue. HEX triplet: 1D, 28 and CA. RGB value is (29,40,202). Sum of RGB (Red+Green+Blue) = 29+40+202=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D28CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D28CA is #E2D735. Grayscale: #363636. Windows color (decimal): -14866230 or 13248541. OLE color: 13248541.

HSL color Cylindrical-coordinate representation of color #1D28CA: hue angle of 236.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D28CA is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2940202-
CMYK0.860.8000.21
HSL236.18º74.89%45.29%-
HSV(B)236.18º85.64%79.22%-
XYZ11.936.0456.41-
YUV55.18210.86109.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 202 (79.30% from 255) = 74.54%
R=10.70%
G=14.76%
B=74.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29402020.860.8000.21236.1874.8945.29
Hex1D28CA5650015ec4b2d
Octal355031212612002535411355
Binary111011010001100101010101101010000010101111011001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D28CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,202); }

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

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

 a { background-color: rgb(29,40,202); }

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

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

 span { border-color: rgb(29,40,202); }

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