#1D2FC6

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

Shades of Persian Blue #1D2FC6

Tints of Persian Blue #1D2FC6

Color information

#1D2FC6 (or 0x1D2FC6) is unknown color: approx Persian Blue. HEX triplet: 1D, 2F and C6. RGB value is (29,47,198). Sum of RGB (Red+Green+Blue) = 29+47+198=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #1D2FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FC6 is #E2D039. Grayscale: #3A3A3A. Windows color (decimal): -14864442 or 12988189. OLE color: 12988189.

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

Color convert

RGB2947198-
CMYK0.850.7600.22
HSL233.61º74.45%44.51%-
HSV(B)233.61º85.35%77.65%-
XYZ11.726.3754.04-
YUV58.83206.54106.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 47 (18.75% from 255) = 17.15%
BLUE value IS 198 (77.73% from 255) = 72.26%
R=10.58%
G=17.15%
B=72.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29471980.850.7600.22233.6174.4544.51
Hex1D2FC6554C016ea4a2d
Octal355730612511402635211255
Binary111011011111100011010101011001100010110111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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