#1d2fc1

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

Shades of Persian Blue #1D2FC1

Tints of Persian Blue #1D2FC1

Color information

#1D2FC1 (or 0x1D2FC1) is unknown color: approx Persian Blue. HEX triplet: 1D, 2F and C1. RGB value is (29,47,193). Sum of RGB (Red+Green+Blue) = 29+47+193=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D2FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FC1 is #E2D03E. Grayscale: #393939. Windows color (decimal): -14864447 or 12660509. OLE color: 12660509.

HSL color Cylindrical-coordinate representation of color #1D2FC1: hue angle of 233.41º 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 #1D2FC1 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2947193-
CMYK0.850.7600.24
HSL233.41º73.87%43.53%-
HSV(B)233.41º84.97%75.69%-
XYZ11.156.1451.05-
YUV58.26204.04107.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.78%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 193 (75.78% from 255) = 71.75%
R=10.78%
G=17.47%
B=71.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29471930.850.7600.24233.4173.8743.53
Hex1D2FC1554C018e94a2c
Octal355730112511403035111254
Binary111011011111100000110101011001100011000111010011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d2fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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