#101AC4

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

Shades of Medium Blue #101AC4

Tints of Medium Blue #101AC4

Color information

#101AC4 (or 0x101AC4) is unknown color: approx Medium Blue. HEX triplet: 10, 1A and C4. RGB value is (16,26,196). Sum of RGB (Red+Green+Blue) = 16+26+196=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 196 (76.95% from 255 or 82.35% from 238); Max value from RGB is 196 - color contains mainly: blue. Hex color #101AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101AC4 is #EFE53B. Grayscale: #292929. Windows color (decimal): -15721788 or 12851728. OLE color: 12851728.

HSL color Cylindrical-coordinate representation of color #101AC4: hue angle of 236.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101AC4 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1626196-
CMYK0.920.8700.23
HSL236.67º84.91%41.57%-
HSV(B)236.67º91.84%76.86%-
XYZ10.554.8352.6-
YUV42.39214.69109.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 196 (76.95% from 255) = 82.35%
R=6.72%
G=10.92%
B=82.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16261960.920.8700.23236.6784.9141.57
Hex101AC45C57017ed552a
Octal203230413412702735512552
Binary10000110101100010010111001010111010111111011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101AC4; }

 p { color: rgb(16,26,196); }

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

<style>
 a { background-color: #101AC4; }

 a { background-color: rgb(16,26,196); }

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

<style>
 span { border-color: #101AC4; }

 span { border-color: rgb(16,26,196); }

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