#1B3CBC

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

Shades of Persian Blue #1B3CBC

Tints of Persian Blue #1B3CBC

Color information

#1B3CBC (or 0x1B3CBC) is unknown color: approx Persian Blue. HEX triplet: 1B, 3C and BC. RGB value is (27,60,188). Sum of RGB (Red+Green+Blue) = 27+60+188=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CBC is #E4C343. Grayscale: #404040. Windows color (decimal): -14992196 or 12336155. OLE color: 12336155.

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

Color convert

RGB2760188-
CMYK0.860.6800.26
HSL227.7º74.88%42.16%-
HSV(B)227.7º85.64%73.73%-
XYZ11.147.148.36-
YUV64.72197.57101.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 188 (73.83% from 255) = 68.36%
R=9.82%
G=21.82%
B=68.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27601880.860.6800.26227.774.8842.16
Hex1B3CBC564401Ae44b2a
Octal337427412610403234411352
Binary110111111001011110010101101000100011010111001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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