#1B2AC6

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

Shades of Persian Blue #1B2AC6

Tints of Persian Blue #1B2AC6

Color information

#1B2AC6 (or 0x1B2AC6) is unknown color: approx Persian Blue. HEX triplet: 1B, 2A and C6. RGB value is (27,42,198). Sum of RGB (Red+Green+Blue) = 27+42+198=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 198 (77.73% from 255 or 74.16% from 267); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B2AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2AC6 is #E4D539. Grayscale: #363636. Windows color (decimal): -14996794 or 12986907. OLE color: 12986907.

HSL color Cylindrical-coordinate representation of color #1B2AC6: hue angle of 234.74º 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 #1B2AC6 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2742198-
CMYK0.860.7900.22
HSL234.74º76%44.12%-
HSV(B)234.74º86.36%77.65%-
XYZ11.475.9753.97-
YUV55.3208.53107.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.11%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 198 (77.73% from 255) = 74.16%
R=10.11%
G=15.73%
B=74.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27421980.860.7900.22234.747644.12
Hex1B2AC6564F016eb4c2c
Octal335230612611702635311454
Binary110111010101100011010101101001111010110111010111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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