#1b3edb

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

Shades of Persian Blue #1B3EDB

Tints of Persian Blue #1B3EDB

Color information

#1B3EDB (or 0x1B3EDB) is unknown color: approx Persian Blue. HEX triplet: 1B, 3E and DB. RGB value is (27,62,219). Sum of RGB (Red+Green+Blue) = 27+62+219=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B3EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3EDB is #E4C124. Grayscale: #444444. Windows color (decimal): -14991653 or 14368283. OLE color: 14368283.

HSL color Cylindrical-coordinate representation of color #1B3EDB: hue angle of 229.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3EDB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2762219-
CMYK0.880.7200.14
HSL229.06º78.05%48.24%-
HSV(B)229.06º87.67%85.88%-
XYZ14.968.7967.93-
YUV69.43212.497.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 219 (85.94% from 255) = 71.10%
R=8.77%
G=20.13%
B=71.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27622190.880.7200.14229.0678.0548.24
Hex1B3EDB58480Ee54e30
Octal337633313011001634511660
Binary11011111110110110111011000100100001110111001011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b3edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,62,219); }

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

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

 a { background-color: rgb(27,62,219); }

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

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

 span { border-color: rgb(27,62,219); }

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