#1B26D6

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

Shades of Persian Blue #1B26D6

Tints of Persian Blue #1B26D6

Color information

#1B26D6 (or 0x1B26D6) is unknown color: approx Persian Blue. HEX triplet: 1B, 26 and D6. RGB value is (27,38,214). Sum of RGB (Red+Green+Blue) = 27+38+214=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B26D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B26D6 is #E4D929. Grayscale: #363636. Windows color (decimal): -14997802 or 14034459. OLE color: 14034459.

HSL color Cylindrical-coordinate representation of color #1B26D6: hue angle of 236.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B26D6 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2738214-
CMYK0.870.8200.16
HSL236.47º77.59%47.25%-
HSV(B)236.47º87.38%83.92%-
XYZ13.286.4764.17-
YUV54.78217.86108.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 214 (83.98% from 255) = 76.70%
R=9.68%
G=13.62%
B=76.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal27382140.870.8200.16236.4777.5947.25
Hex1B26D65752010ec4e2f
Octal334632612712202035411657
Binary110111001101101011010101111010010010000111011001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B26D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,38,214); }

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

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

 a { background-color: rgb(27,38,214); }

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

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

 span { border-color: rgb(27,38,214); }

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