#1D2CC5

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

Shades of Persian Blue #1D2CC5

Tints of Persian Blue #1D2CC5

Color information

#1D2CC5 (or 0x1D2CC5) is unknown color: approx Persian Blue. HEX triplet: 1D, 2C and C5. RGB value is (29,44,197). Sum of RGB (Red+Green+Blue) = 29+44+197=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 197 (77.34% from 255 or 72.96% from 270); Max value from RGB is 197 - color contains mainly: blue. Hex color #1D2CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CC5 is #E2D33A. Grayscale: #383838. Windows color (decimal): -14865211 or 12921885. OLE color: 12921885.

HSL color Cylindrical-coordinate representation of color #1D2CC5: hue angle of 234.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2CC5 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2944197-
CMYK0.850.7800.23
HSL234.64º74.34%44.31%-
HSV(B)234.64º85.28%77.25%-
XYZ11.496.0953.39-
YUV56.96207.03108.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.74%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 197 (77.34% from 255) = 72.96%
R=10.74%
G=16.30%
B=72.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29441970.850.7800.23234.6474.3444.31
Hex1D2CC5554E017eb4a2c
Octal355430512511602735311254
Binary111011011001100010110101011001110010111111010111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,197); }

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

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

 a { background-color: rgb(29,44,197); }

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

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

 span { border-color: rgb(29,44,197); }

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