#100FCB

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

Shades of Medium Blue #100FCB

Tints of Medium Blue #100FCB

Color information

#100FCB (or 0x100FCB) is unknown color: approx Medium Blue. HEX triplet: 10, 0F and CB. RGB value is (16,15,203). Sum of RGB (Red+Green+Blue) = 16+15+203=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #100FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FCB is #EFF034. Grayscale: #232323. Windows color (decimal): -15724597 or 13307664. OLE color: 13307664.

HSL color Cylindrical-coordinate representation of color #100FCB: hue angle of 240.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100FCB is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1615203-
CMYK0.920.9300.20
HSL240.32º86.24%42.75%-
HSV(B)240.32º92.61%79.61%-
XYZ11.164.7656.83-
YUV36.73221.83113.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 203 (79.69% from 255) = 86.75%
R=6.84%
G=6.41%
B=86.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16152030.920.9300.20240.3286.2442.75
Hex10FCB5C5D014f0562b
Octal201731313413502436012653
Binary1000011111100101110111001011101010100111100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100FCB; }

 p { color: rgb(16,15,203); }

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

<style>
 a { background-color: #100FCB; }

 a { background-color: rgb(16,15,203); }

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

<style>
 span { border-color: #100FCB; }

 span { border-color: rgb(16,15,203); }

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