#1b35bd

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

Shades of Persian Blue #1B35BD

Tints of Persian Blue #1B35BD

Color information

#1B35BD (or 0x1B35BD) is unknown color: approx Persian Blue. HEX triplet: 1B, 35 and BD. RGB value is (27,53,189). Sum of RGB (Red+Green+Blue) = 27+53+189=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B35BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B35BD is #E4CA42. Grayscale: #3C3C3C. Windows color (decimal): -14993987 or 12399899. OLE color: 12399899.

HSL color Cylindrical-coordinate representation of color #1B35BD: hue angle of 230.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B35BD is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2753189-
CMYK0.860.7200.26
HSL230.37º75%42.35%-
HSV(B)230.37º85.71%74.12%-
XYZ10.916.4548.81-
YUV60.73200.39103.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 189 (74.22% from 255) = 70.26%
R=10.04%
G=19.70%
B=70.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27531890.860.7200.26230.377542.35
Hex1B35BD564801Ae64b2a
Octal336527512611003234611352
Binary110111101011011110110101101001000011010111001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b35bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,189); }

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

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

 a { background-color: rgb(27,53,189); }

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

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

 span { border-color: rgb(27,53,189); }

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