#1B2ACC

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

Shades of Persian Blue #1B2ACC

Tints of Persian Blue #1B2ACC

Color information

#1B2ACC (or 0x1B2ACC) is unknown color: approx Persian Blue. HEX triplet: 1B, 2A and CC. RGB value is (27,42,204). Sum of RGB (Red+Green+Blue) = 27+42+204=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2ACC is #E4D533. Grayscale: #373737. Windows color (decimal): -14996788 or 13380123. OLE color: 13380123.

HSL color Cylindrical-coordinate representation of color #1B2ACC: hue angle of 234.92º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2ACC is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2742204-
CMYK0.870.7900.2
HSL234.92º76.62%45.29%-
HSV(B)234.92º86.76%80%-
XYZ12.186.2557.69-
YUV55.98211.53107.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=9.89%
G=15.38%
B=74.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27422040.870.7900.2234.9276.6245.29
Hex1B2ACC574F014eb4d2d
Octal335231412711702435311555
Binary110111010101100110010101111001111010100111010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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