#1B25C7

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

Shades of Persian Blue #1B25C7

Tints of Persian Blue #1B25C7

Color information

#1B25C7 (or 0x1B25C7) is unknown color: approx Persian Blue. HEX triplet: 1B, 25 and C7. RGB value is (27,37,199). Sum of RGB (Red+Green+Blue) = 27+37+199=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B25C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B25C7 is #E4DA38. Grayscale: #333333. Windows color (decimal): -14998073 or 13051163. OLE color: 13051163.

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

Color convert

RGB2737199-
CMYK0.860.8100.22
HSL236.51º76.11%44.31%-
HSV(B)236.51º86.43%78.04%-
XYZ11.425.6854.53-
YUV52.48210.69109.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 199 (78.12% from 255) = 75.67%
R=10.27%
G=14.07%
B=75.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27371990.860.8100.22236.5176.1144.31
Hex1B25C75651016ed4c2c
Octal334530712612102635511454
Binary110111001011100011110101101010001010110111011011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B25C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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