#1B0CC4

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

Shades of Medium Blue #1B0CC4

Tints of Medium Blue #1B0CC4

Color information

#1B0CC4 (or 0x1B0CC4) is unknown color: approx Medium Blue. HEX triplet: 1B, 0C and C4. RGB value is (27,12,196). Sum of RGB (Red+Green+Blue) = 27+12+196=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 196 (76.95% from 255 or 83.40% from 235); Max value from RGB is 196 - color contains mainly: blue. Hex color #1B0CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CC4 is #E4F33B. Grayscale: #242424. Windows color (decimal): -15004476 or 12848155. OLE color: 12848155.

HSL color Cylindrical-coordinate representation of color #1B0CC4: hue angle of 244.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0CC4 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2712196-
CMYK0.860.9400.23
HSL244.89º88.46%40.78%-
HSV(B)244.89º93.88%76.86%-
XYZ10.554.4852.53-
YUV37.46217.47120.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 196 (76.95% from 255) = 83.40%
R=11.49%
G=5.11%
B=83.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal27121960.860.9400.23244.8988.4640.78
Hex1BCC4565E017f55829
Octal331430412613602736513051
Binary1101111001100010010101101011110010111111101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,12,196); }

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

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

 a { background-color: rgb(27,12,196); }

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

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

 span { border-color: rgb(27,12,196); }

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