#1B25DD

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

Shades of Persian Blue #1B25DD

Tints of Persian Blue #1B25DD

Color information

#1B25DD (or 0x1B25DD) is unknown color: approx Persian Blue. HEX triplet: 1B, 25 and DD. RGB value is (27,37,221). Sum of RGB (Red+Green+Blue) = 27+37+221=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B25DD is #E4DA22. Grayscale: #363636. Windows color (decimal): -14998051 or 14492955. OLE color: 14492955.

HSL color Cylindrical-coordinate representation of color #1B25DD: hue angle of 236.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B25DD is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2737221-
CMYK0.880.8300.13
HSL236.91º78.23%48.63%-
HSV(B)236.91º87.78%86.67%-
XYZ14.166.7868.97-
YUV54.99221.69108.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.47%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 221 (86.72% from 255) = 77.54%
R=9.47%
G=12.98%
B=77.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27372210.880.8300.13236.9178.2348.63
Hex1B25DD58530Ded4e31
Octal334533513012301535511661
Binary11011100101110111011011000101001101101111011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B25DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,37,221); }

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

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

 a { background-color: rgb(27,37,221); }

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

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

 span { border-color: rgb(27,37,221); }

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