#1C14BB

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

Shades of Medium Blue #1C14BB

Tints of Medium Blue #1C14BB

Color information

#1C14BB (or 0x1C14BB) is unknown color: approx Medium Blue. HEX triplet: 1C, 14 and BB. RGB value is (28,20,187). Sum of RGB (Red+Green+Blue) = 28+20+187=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C14BB is #E3EB44. Grayscale: #282828. Windows color (decimal): -14936901 or 12260380. OLE color: 12260380.

HSL color Cylindrical-coordinate representation of color #1C14BB: hue angle of 242.87º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C14BB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2820187-
CMYK0.850.8900.27
HSL242.87º80.68%40.59%-
HSV(B)242.87º89.3%73.33%-
XYZ9.74.3447.34-
YUV41.43210.15118.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 187 (73.44% from 255) = 79.57%
R=11.91%
G=8.51%
B=79.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28201870.850.8900.27242.8780.6840.59
Hex1C14BB555901Bf35129
Octal342427312513103336312151
Binary11100101001011101110101011011001011011111100111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C14BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,187); }

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

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

 a { background-color: rgb(28,20,187); }

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

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

 span { border-color: rgb(28,20,187); }

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