#1B2CC6

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

Shades of Persian Blue #1B2CC6

Tints of Persian Blue #1B2CC6

Color information

#1B2CC6 (or 0x1B2CC6) is unknown color: approx Persian Blue. HEX triplet: 1B, 2C and C6. RGB value is (27,44,198). Sum of RGB (Red+Green+Blue) = 27+44+198=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 198 (77.73% from 255 or 73.61% from 269); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B2CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2CC6 is #E4D339. Grayscale: #373737. Windows color (decimal): -14996282 or 12987419. OLE color: 12987419.

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

Color convert

RGB2744198-
CMYK0.860.7800.22
HSL234.04º76%44.12%-
HSV(B)234.04º86.36%77.65%-
XYZ11.556.1154-
YUV56.47207.87106.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 198 (77.73% from 255) = 73.61%
R=10.04%
G=16.36%
B=73.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27441980.860.7800.22234.047644.12
Hex1B2CC6564E016ea4c2c
Octal335430612611602635211454
Binary110111011001100011010101101001110010110111010101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,44,198); }

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

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

 a { background-color: rgb(27,44,198); }

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

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

 span { border-color: rgb(27,44,198); }

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