#1B3CB4

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

Shades of Persian Blue #1B3CB4

Tints of Persian Blue #1B3CB4

Color information

#1B3CB4 (or 0x1B3CB4) is unknown color: approx Persian Blue. HEX triplet: 1B, 3C and B4. RGB value is (27,60,180). Sum of RGB (Red+Green+Blue) = 27+60+180=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 180 (70.70% from 255 or 67.42% from 267); Max value from RGB is 180 - color contains mainly: blue. Hex color #1B3CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CB4 is #E4C34B. Grayscale: #3F3F3F. Windows color (decimal): -14992204 or 11811867. OLE color: 11811867.

HSL color Cylindrical-coordinate representation of color #1B3CB4: hue angle of 227.06º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B3CB4 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2760180-
CMYK0.850.6700.29
HSL227.06º73.91%40.59%-
HSV(B)227.06º85%70.59%-
XYZ10.316.7643.94-
YUV63.81193.57101.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.11%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 180 (70.70% from 255) = 67.42%
R=10.11%
G=22.47%
B=67.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27601800.850.6700.29227.0673.9140.59
Hex1B3CB4554301De34a29
Octal337426412510303534311251
Binary110111111001011010010101011000011011101111000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,60,180); }

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

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

 a { background-color: rgb(27,60,180); }

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

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

 span { border-color: rgb(27,60,180); }

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