#100CBF

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

Shades of Medium Blue #100CBF

Tints of Medium Blue #100CBF

Color information

#100CBF (or 0x100CBF) is unknown color: approx Medium Blue. HEX triplet: 10, 0C and BF. RGB value is (16,12,191). Sum of RGB (Red+Green+Blue) = 16+12+191=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #100CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CBF is #EFF340. Grayscale: #202020. Windows color (decimal): -15725377 or 12520464. OLE color: 12520464.

HSL color Cylindrical-coordinate representation of color #100CBF: hue angle of 241.34º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CBF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1612191-
CMYK0.920.9400.25
HSL241.34º88.18%39.8%-
HSV(B)241.34º93.72%74.9%-
XYZ9.754.1349.57-
YUV33.6216.83115.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 191 (75% from 255) = 87.21%
R=7.31%
G=5.48%
B=87.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16121910.920.9400.25241.3488.1839.8
Hex10CBF5C5E019f15828
Octal201427713413603136113050
Binary1000011001011111110111001011110011001111100011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,191); }

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

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

 a { background-color: rgb(16,12,191); }

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

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

 span { border-color: rgb(16,12,191); }

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