#1B2FBE

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

Shades of Persian Blue #1B2FBE

Tints of Persian Blue #1B2FBE

Color information

#1B2FBE (or 0x1B2FBE) is unknown color: approx Persian Blue. HEX triplet: 1B, 2F and BE. RGB value is (27,47,190). Sum of RGB (Red+Green+Blue) = 27+47+190=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2FBE is #E4D041. Grayscale: #383838. Windows color (decimal): -14995522 or 12463899. OLE color: 12463899.

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

Color convert

RGB2747190-
CMYK0.860.7500.25
HSL232.64º75.12%42.55%-
HSV(B)232.64º85.79%74.51%-
XYZ10.765.9849.3-
YUV57.32202.87106.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 190 (74.61% from 255) = 71.97%
R=10.23%
G=17.80%
B=71.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27471900.860.7500.25232.6475.1242.55
Hex1B2FBE564B019e94b2b
Octal335727612611303135111353
Binary110111011111011111010101101001011011001111010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,47,190); }

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

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

 a { background-color: rgb(27,47,190); }

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

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

 span { border-color: rgb(27,47,190); }

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