#1C0CBD

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

Shades of Medium Blue #1C0CBD

Tints of Medium Blue #1C0CBD

Color information

#1C0CBD (or 0x1C0CBD) is unknown color: approx Medium Blue. HEX triplet: 1C, 0C and BD. RGB value is (28,12,189). Sum of RGB (Red+Green+Blue) = 28+12+189=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0CBD is #E3F342. Grayscale: #242424. Windows color (decimal): -14938947 or 12389404. OLE color: 12389404.

HSL color Cylindrical-coordinate representation of color #1C0CBD: hue angle of 245.42º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0CBD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2812189-
CMYK0.850.9400.26
HSL245.42º88.06%39.41%-
HSV(B)245.42º93.65%74.12%-
XYZ9.84.1848.44-
YUV36.96213.8121.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 189 (74.22% from 255) = 82.53%
R=12.23%
G=5.24%
B=82.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28121890.850.9400.26245.4288.0639.41
Hex1CCBD555E01Af55827
Octal341427512513603236513047
Binary1110011001011110110101011011110011010111101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,189); }

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

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

 a { background-color: rgb(28,12,189); }

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

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

 span { border-color: rgb(28,12,189); }

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