#1B3DB0

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

Shades of Persian Blue #1B3DB0

Tints of Persian Blue #1B3DB0

Color information

#1B3DB0 (or 0x1B3DB0) is unknown color: approx Persian Blue. HEX triplet: 1B, 3D and B0. RGB value is (27,61,176). Sum of RGB (Red+Green+Blue) = 27+61+176=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 176 (69.14% from 255 or 66.67% from 264); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B3DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3DB0 is #E4C24F. Grayscale: #3F3F3F. Windows color (decimal): -14991952 or 11549979. OLE color: 11549979.

HSL color Cylindrical-coordinate representation of color #1B3DB0: hue angle of 226.31º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B3DB0 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2761176-
CMYK0.850.6500.31
HSL226.31º73.4%39.8%-
HSV(B)226.31º84.66%69.02%-
XYZ9.966.7141.84-
YUV63.94191.24101.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 176 (69.14% from 255) = 66.67%
R=10.23%
G=23.11%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27611760.850.6500.31226.3173.439.8
Hex1B3DB0554101Fe24928
Octal337526012510103734211150
Binary110111111011011000010101011000001011111111000101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,61,176); }

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

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

 a { background-color: rgb(27,61,176); }

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

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

 span { border-color: rgb(27,61,176); }

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