#1b2ec2

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

Shades of Persian Blue #1B2EC2

Tints of Persian Blue #1B2EC2

Color information

#1B2EC2 (or 0x1B2EC2) is unknown color: approx Persian Blue. HEX triplet: 1B, 2E and C2. RGB value is (27,46,194). Sum of RGB (Red+Green+Blue) = 27+46+194=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 194 (76.17% from 255 or 72.66% from 267); Max value from RGB is 194 - color contains mainly: blue. Hex color #1B2EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2EC2 is #E4D13D. Grayscale: #383838. Windows color (decimal): -14995774 or 12725787. OLE color: 12725787.

HSL color Cylindrical-coordinate representation of color #1B2EC2: hue angle of 233.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B2EC2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2746194-
CMYK0.860.7600.24
HSL233.17º75.57%43.33%-
HSV(B)233.17º86.08%76.08%-
XYZ11.176.0851.62-
YUV57.19205.21106.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.11%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 194 (76.17% from 255) = 72.66%
R=10.11%
G=17.23%
B=72.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27461940.860.7600.24233.1775.5743.33
Hex1B2EC2564C018e94c2b
Octal335630212611403035111453
Binary110111011101100001010101101001100011000111010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b2ec2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,194); }

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

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

 a { background-color: rgb(27,46,194); }

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

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

 span { border-color: rgb(27,46,194); }

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