#1B41D2

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

Shades of Persian Blue #1B41D2

Tints of Persian Blue #1B41D2

Color information

#1B41D2 (or 0x1B41D2) is unknown color: approx Persian Blue. HEX triplet: 1B, 41 and D2. RGB value is (27,65,210). Sum of RGB (Red+Green+Blue) = 27+65+210=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 210 (82.42% from 255 or 69.54% from 302); Max value from RGB is 210 - color contains mainly: blue. Hex color #1B41D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B41D2 is #E4BE2D. Grayscale: #454545. Windows color (decimal): -14990894 or 13779227. OLE color: 13779227.

HSL color Cylindrical-coordinate representation of color #1B41D2: hue angle of 227.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B41D2 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2765210-
CMYK0.870.6900.18
HSL227.54º77.22%46.47%-
HSV(B)227.54º87.14%82.35%-
XYZ13.988.6761.91-
YUV70.17206.9197.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 210 (82.42% from 255) = 69.54%
R=8.94%
G=21.52%
B=69.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27652100.870.6900.18227.5477.2246.47
Hex1B41D25745012e44d2e
Octal3310132212710502234411556
Binary1101110000011101001010101111000101010010111001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B41D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,210); }

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

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

 a { background-color: rgb(27,65,210); }

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

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

 span { border-color: rgb(27,65,210); }

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