#1B3BBC

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

Shades of Persian Blue #1B3BBC

Tints of Persian Blue #1B3BBC

Color information

#1B3BBC (or 0x1B3BBC) is unknown color: approx Persian Blue. HEX triplet: 1B, 3B and BC. RGB value is (27,59,188). Sum of RGB (Red+Green+Blue) = 27+59+188=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B3BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3BBC is #E4C443. Grayscale: #3F3F3F. Windows color (decimal): -14992452 or 12335899. OLE color: 12335899.

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

Color convert

RGB2759188-
CMYK0.860.6900.26
HSL228.07º74.88%42.16%-
HSV(B)228.07º85.64%73.73%-
XYZ11.096.9948.34-
YUV64.14197.9101.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.85%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 188 (73.83% from 255) = 68.61%
R=9.85%
G=21.53%
B=68.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27591880.860.6900.26228.0774.8842.16
Hex1B3BBC564501Ae44b2a
Octal337327412610503234411352
Binary110111110111011110010101101000101011010111001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,59,188); }

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

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

 a { background-color: rgb(27,59,188); }

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

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

 span { border-color: rgb(27,59,188); }

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