#1B2DC2

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

Shades of Persian Blue #1B2DC2

Tints of Persian Blue #1B2DC2

Color information

#1B2DC2 (or 0x1B2DC2) is unknown color: approx Persian Blue. HEX triplet: 1B, 2D and C2. RGB value is (27,45,194). Sum of RGB (Red+Green+Blue) = 27+45+194=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 194 (76.17% from 255 or 72.93% from 266); Max value from RGB is 194 - color contains mainly: blue. Hex color #1B2DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DC2 is #E4D23D. Grayscale: #373737. Windows color (decimal): -14996030 or 12725531. OLE color: 12725531.

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

Color convert

RGB2745194-
CMYK0.860.7700.24
HSL233.53º75.57%43.33%-
HSV(B)233.53º86.08%76.08%-
XYZ11.13651.61-
YUV56.6205.54106.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 194 (76.17% from 255) = 72.93%
R=10.15%
G=16.92%
B=72.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27451940.860.7700.24233.5375.5743.33
Hex1B2DC2564D018ea4c2b
Octal335530212611503035211453
Binary110111011011100001010101101001101011000111010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,45,194); }

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

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

 a { background-color: rgb(27,45,194); }

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

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

 span { border-color: rgb(27,45,194); }

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