#1D2CC1

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

Shades of Persian Blue #1D2CC1

Tints of Persian Blue #1D2CC1

Color information

#1D2CC1 (or 0x1D2CC1) is unknown color: approx Persian Blue. HEX triplet: 1D, 2C and C1. RGB value is (29,44,193). Sum of RGB (Red+Green+Blue) = 29+44+193=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D2CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CC1 is #E2D33E. Grayscale: #373737. Windows color (decimal): -14865215 or 12659741. OLE color: 12659741.

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

Color convert

RGB2944193-
CMYK0.850.7700.24
HSL234.51º73.87%43.53%-
HSV(B)234.51º84.97%75.69%-
XYZ11.035.9151.01-
YUV56.5205.03108.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 193 (75.78% from 255) = 72.56%
R=10.90%
G=16.54%
B=72.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29441930.850.7700.24234.5173.8743.53
Hex1D2CC1554D018eb4a2c
Octal355430112511503035311254
Binary111011011001100000110101011001101011000111010111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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